Searched refs:aFontBtn (Results 1 – 1 of 1) sorted by relevance
201 PushButton aFontBtn; member in MyWin699 aFontBtn( this ), in MyWin()880 aFontBtn.SetPosSizePixel( Point( 10, nY ), Size( 100, 30 ) ); in MyWin()881 aFontBtn.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "Font..." ) ) ); in MyWin()882 aFontBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()883 aFontBtn.Show(); in MyWin()922 if ( pBtn == &aFontBtn ) in IMPL_LINK()
Completed in 19 milliseconds