Searched refs:ShowFullScreen (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dtoplevel.h50 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dframe.h44 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
91 // Data to save/restore when calling ShowFullScreen
H A Dtoplevel.h67 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
114 // Data to save/restore when calling ShowFullScreen
115 long m_fsStyle; // Passed to ShowFullScreen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtoplevel.h59 virtual bool ShowFullScreen( bool show, long style = wxFULLSCREEN_ALL );
104 // Data to save/restore when calling ShowFullScreen
105 long m_fsStyle; // Passed to ShowFullScreen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dtoplevel.h60 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dtoplevel.h40 virtual bool ShowFullScreen( bool show, long style = wxFULLSCREEN_ALL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dtoplevel.h97 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtoplevel.h56 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtoplevel.h54 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dframe.h44 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
H A Dtoplevel.h68 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
137 // Data to save/restore when calling ShowFullScreen
138 long m_fsStyle; // Passed to ShowFullScreen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoplevel.h74 virtual bool ShowFullScreen( bool bShow,
159 // Data to save/restore when calling ShowFullScreen
161 long m_lFsStyle; // Passed to ShowFullScreen
H A Dframe.h54 virtual bool ShowFullScreen( bool bShow
179 // Data to save/restore when calling ShowFullScreen
180 long m_lFsStyle; // Passed to ShowFullScreen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dtoplevel.cpp112 bool wxTopLevelWindowMGL::ShowFullScreen(bool show, long style) function in class:wxTopLevelWindowMGL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dframe.cpp240 bool wxFrame::ShowFullScreen(bool show, long style) function in class:wxFrame
H A Dtoplevel.cpp219 bool wxTopLevelWindowPalm::ShowFullScreen(bool show, long style) function in class:wxTopLevelWindowPalm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dtoplevel.h131 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dframe.h164 virtual bool ShowFullScreen(bool WXUNUSED(show),
H A Dtoplevel.h91 // Styles for ShowFullScreen
160 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtoplevel.h73 virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtoplevel.h63 virtual bool ShowFullScreen(bool WXUNUSED(show), long WXUNUSED(style) = wxFULLSCREEN_ALL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dtabmdi.h193 virtual bool ShowFullScreen(bool WXUNUSED(show), long WXUNUSED(style)) { return false; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmdig.h182 virtual bool ShowFullScreen(bool WXUNUSED(show), long WXUNUSED(style)) { return false; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dframe.cpp513 bool wxFrame::ShowFullScreen(bool show, long style) function in class:wxFrame
604 return wxFrameBase::ShowFullScreen(show, style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoplevel.cpp265 bool wxTopLevelWindowMotif::ShowFullScreen( bool WXUNUSED(show),

Completed in 168 milliseconds

12