Searched refs:aCalendarBtn (Results 1 – 1 of 1) sorted by relevance
202 PushButton aCalendarBtn; member in MyWin700 aCalendarBtn( this ), in MyWin()885 aCalendarBtn.SetPosSizePixel( Point( 120, nY ), Size( 100, 30 ) ); in MyWin()886 aCalendarBtn.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "Calendar" ) ) ); in MyWin()887 aCalendarBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()888 aCalendarBtn.Show(); in MyWin()928 else if ( pBtn == &aCalendarBtn ) in IMPL_LINK()
Completed in 18 milliseconds