Searched refs:m_aListButton (Results 1 – 1 of 1) sorted by relevance
124 PushButton m_aListButton; member in MyWin164 m_aListButton( this, 0 ), in MyWin()169 m_aListButton.SetPosSizePixel( Point( 10, 10 ), Size( 120, 25 ) ); in MyWin()170 m_aListButton.SetText( String( RTL_CONSTASCII_USTRINGPARAM( "List Elements" ) ) ); in MyWin()171 m_aListButton.SetClickHdl( LINK( this, MyWin, ListHdl ) ); in MyWin()172 m_aListButton.Show(); in MyWin()
Completed in 11 milliseconds