Searched refs:rpButton (Results 1 – 1 of 1) sorted by relevance
393 PushButton*& rpButton = _bPrimary ? m_pBrowseButton : m_pAdditionalBrowseButton; in impl_ensureButton() local395 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()478 PushButton*& rpButton = _bPrimary ? m_pBrowseButton : m_pAdditionalBrowseButton; in implHideBrowseButton() local480 if ( rpButton ) in implHideBrowseButton()[all …]