Searched refs:bShow (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddialog.cpp191 bool wxDialog::Show( bool bShow )
193 if ( bShow == IsShown() )
196 if (!bShow && m_modalData )
213 if (bShow)
221 wxDialogBase::Show(bShow);
227 if ( bShow )
H A Dtoplevel.cpp750 bool wxTopLevelWindowOS2::Show( bool bShow )
755 if (bShow != IsShown() )
757 m_isShown = bShow;
763 if (bShow)
781 if (bShow)
893 bool wxTopLevelWindowOS2::ShowFullScreen( bool bShow, argument
896 if (bShow)
H A Dradiobox.cpp800 bool wxRadioBox::Show(bool bShow) argument
802 if (!wxControl::Show(bShow))
807 ::WinShowWindow((HWND)m_ahRadioButtons[i], (BOOL)bShow);
813 bool wxRadioBox::Show(unsigned int nItem, bool bShow) argument
818 ::WinShowWindow((HWND)m_ahRadioButtons[nItem], bShow);
H A Dspinctrl.cpp467 bool bShow
470 if (!wxControl::Show(bShow))
H A Dslider.cpp1144 bool bShow
1147 wxWindowOS2::Show(bShow);
1149 ::WinShowWindow((HWND)m_hStaticValue, bShow);
1151 ::WinShowWindow((HWND)m_hStaticMin, bShow);
1153 ::WinShowWindow((HWND)m_hStaticMax, bShow);
H A Dframe.cpp453 bool wxFrame::ShowFullScreen( bool bShow, long lStyle ) argument
455 if (bShow)
631 return wxFrameBase::ShowFullScreen(bShow, lStyle);
H A Dwindow.cpp547 bool wxWindowOS2::Show( bool bShow )
549 if (!wxWindowBase::Show(bShow))
554 ::WinShowWindow(hWnd, bShow);
556 if (bShow)
3229 bool bShow
3233 wxShowEvent vEvent(GetId(), bShow); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlogg.h90 bool bShow = true, // show window immediately?
97 void Show(bool bShow = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoplevel.h73 virtual bool Show(bool bShow = true);
74 virtual bool ShowFullScreen( bool bShow,
H A Dradiobox.h112 virtual bool Show(bool bShow = true);
113 virtual bool Show(unsigned int nItem, bool bShow = true);
H A Dspinctrl.h79 virtual bool Show(bool bShow = true);
H A Dslider.h69 bool Show(bool bShow = TRUE);
H A Dframe.h54 virtual bool ShowFullScreen( bool bShow
H A Dwindow.h97 virtual bool Show(bool bShow = true);
336 bool HandleShow( bool bShow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp599 bool bShow,
606 if ( bShow )
610 void wxLogWindow::Show(bool bShow) argument
612 m_pLogFrame->Show(bShow);
597 wxLogWindow(wxWindow *pParent, const wxChar *szTitle, bool bShow, bool bDoPass) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmicrowin.h74 BOOL ShowScrollBar (HWND hWnd, int iSBar, BOOL bShow);

Completed in 138 milliseconds