Searched refs:rpButton (Results 1 – 1 of 1) sorted by relevance
395 if ( !rpButton ) in impl_ensureButton()397 rpButton = new PushButton( m_pTheParent, WB_NOPOINTERFOCUS ); in impl_ensureButton()398 rpButton->SetGetFocusHdl( LINK( this, OBrowserLine, OnButtonFocus ) ); in impl_ensureButton()399 rpButton->SetClickHdl( LINK( this, OBrowserLine, OnButtonClicked ) ); in impl_ensureButton()400 rpButton->SetText( String::CreateFromAscii( "..." ) ); in impl_ensureButton()403 rpButton->Show(); in impl_ensureButton()407 return *rpButton; in impl_ensureButton()480 if ( rpButton ) in implHideBrowseButton()482 rpButton->Hide(); in implHideBrowseButton()483 delete rpButton; in implHideBrowseButton()[all …]
Completed in 6 milliseconds