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

/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) argument
646 ::ShowWindow(GetHwnd(), nShowCmd); local
648 m_iconized = nShowCmd == SW_MINIMIZE;
657 int nShowCmd; local
663 nShowCmd = SW_MAXIMIZE;
679 nShowCmd = SW_SHOWNA;
681 nShowCmd = SW_SHOW;
686 nShowCmd = SW_HIDE;
689 DoShowWindow(nShowCmd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoplevel.cpp738 int nShowCmd
741 ::WinShowWindow(m_hFrame, (BOOL)(nShowCmd & SWP_SHOW));
747 m_bIconized = nShowCmd == SWP_MINIMIZE;
752 int nShowCmd; local
767 nShowCmd = SWP_MAXIMIZE;
772 nShowCmd = SWP_SHOW;
777 nShowCmd = SWP_HIDE;
779 DoShowWindow(nShowCmd);
/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/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/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) argument

Completed in 181 milliseconds