Searched refs:DoShowWindow (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtoplevel.h102 void DoShowWindow(int nShowCmd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtoplevel.cpp644 void wxTopLevelWindowMSW::DoShowWindow(int nShowCmd) function in class:wxTopLevelWindowMSW
653 // don't use wxWindow version as we want to call DoShowWindow() ourselves
667 DoShowWindow(SW_SHOW);
689 DoShowWindow(nShowCmd);
715 DoShowWindow(maximize ? SW_MAXIMIZE : SW_RESTORE);
754 DoShowWindow(iconize ? SW_MINIMIZE : SW_RESTORE);
772 DoShowWindow(SW_RESTORE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoplevel.h123 void DoShowWindow(int nShowCmd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoplevel.cpp737 void wxTopLevelWindowOS2::DoShowWindow( function in class:wxTopLevelWindowOS2
748 } // end of wxTopLevelWindowOS2::DoShowWindow
779 DoShowWindow(nShowCmd);
825 DoShowWindow(bMaximize ? SWP_MAXIMIZE : SWP_RESTORE);
855 DoShowWindow(bIconize ? SWP_MINIMIZE : SWP_RESTORE);
871 DoShowWindow(SWP_RESTORE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtoplevel.h128 void DoShowWindow(int nShowCmd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtoplevel.cpp164 void wxTopLevelWindowPalm::DoShowWindow(int nShowCmd) function in class:wxTopLevelWindowPalm

Completed in 88 milliseconds