Lines Matching refs:aHideBtn
689 PushButton aHideBtn; member in MenuBarWindow
5238 aHideBtn( this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE ) in MenuBarWindow()
5275 aHideBtn.SetClickHdl( LINK( this, MenuBarWindow, HideHdl ) ); in MenuBarWindow()
5276 aHideBtn.SetSymbol( SYMBOL_HIDE ); in MenuBarWindow()
5277 aHideBtn.SetQuickHelpText( XubString( ResId( SV_HELPTEXT_MINIMIZE, *pResMgr ) ) ); in MenuBarWindow()
5302 aHideBtn.Show( pMen->HasHideButton() ); in SetMenu()
5321 aHideBtn.Show( bHide ); in ShowButtons()
5958 if ( aHideBtn.IsVisible() ) in Resize()
5961 aHideBtn.SetPosSizePixel( nX, nY, n, n ); in Resize()
5965 aHideBtn.SetSymbol( SYMBOL_HIDE ); in Resize()
6116 aHideBtn.IsVisible() ); in AddMenuBarButton()