Home
last modified time | relevance | path

Searched refs:nCmdShow (Results 1 – 25 of 1189) sorted by relevance

12345678910>>...48

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dinit.h43 int nCmdShow = SW_SHOWNORMAL);
49 int nCmdShow = SW_SHOWNORMAL);
64 int nCmdShow) \
71 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
81 int nCmdShow) \
89 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dinit.h43 int nCmdShow = SW_SHOWNORMAL);
49 int nCmdShow = SW_SHOWNORMAL);
64 int nCmdShow) \
71 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
81 int nCmdShow) \
89 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dinit.h42 int nCmdShow = SW_SHOWNORMAL);
48 int nCmdShow = SW_SHOWNORMAL);
54 int nCmdShow) \
58 return wxEntry(hInstance, hPrevInstance, lpCmdLine, nCmdShow); \
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dapp.h110 int nCmdShow = SW_SHOWNORMAL);
125 int nCmdShow) \
130 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
140 int nCmdShow) \
142 return wxEntry(hInstance, hPrevInstance, lpCmdLine, nCmdShow); \
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dapp.h110 int nCmdShow = SW_SHOWNORMAL);
125 int nCmdShow) \
130 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
140 int nCmdShow) \
142 return wxEntry(hInstance, hPrevInstance, lpCmdLine, nCmdShow); \
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dapp.h110 int nCmdShow = SW_SHOWNORMAL);
125 int nCmdShow) \
130 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
140 int nCmdShow) \
142 return wxEntry(hInstance, hPrevInstance, lpCmdLine, nCmdShow); \
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dapp.h110 int nCmdShow = SW_SHOWNORMAL);
125 int nCmdShow) \
130 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
140 int nCmdShow) \
142 return wxEntry(hInstance, hPrevInstance, lpCmdLine, nCmdShow); \
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmain.cpp264 wxMSWEntryCommon(HINSTANCE hInstance, int nCmdShow) in wxMSWEntryCommon() argument
269 wxApp::m_nCmdShow = nCmdShow; in wxMSWEntryCommon()
280 int nCmdShow) in wxEntryStart() argument
282 if ( !wxMSWEntryCommon(hInstance, nCmdShow) ) in wxEntryStart()
291 int nCmdShow) in wxEntry() argument
293 if ( !wxMSWEntryCommon(hInstance, nCmdShow) ) in wxEntry()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/include/fs/
H A Dmain.h16 …c inline int fs_main(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { in fs_main() argument
18 g_fs_main_ncmdshow = nCmdShow; in fs_main()
72 … b) WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { \
73 return fs_main(hInstance, hPrevInstance, lpCmdLine, nCmdShow); \
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmain.cpp362 wxMSWEntryCommon(HINSTANCE hInstance, int nCmdShow) in wxMSWEntryCommon() argument
376 wxApp::m_nCmdShow = nCmdShow; in wxMSWEntryCommon()
405 int nCmdShow) in wxEntryStart() argument
407 if ( !wxMSWEntryCommon(hInstance, nCmdShow) ) in wxEntryStart()
416 int nCmdShow) in wxEntry() argument
427 if ( !wxMSWEntryCommon(hInstance, nCmdShow) ) in wxEntry()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmain.cpp362 wxMSWEntryCommon(HINSTANCE hInstance, int nCmdShow) in wxMSWEntryCommon() argument
376 wxApp::m_nCmdShow = nCmdShow; in wxMSWEntryCommon()
405 int nCmdShow) in wxEntryStart() argument
407 if ( !wxMSWEntryCommon(hInstance, nCmdShow) ) in wxEntryStart()
416 int nCmdShow) in wxEntry() argument
427 if ( !wxMSWEntryCommon(hInstance, nCmdShow) ) in wxEntry()
/dports/math/scilab/scilab-6.1.1/scilab/modules/windows_tools/src/c/scilab_windows/
H A DWindowShow.c23 void setWindowShowMode(int nCmdShow) in setWindowShowMode() argument
25 switch (nCmdShow) in setWindowShowMode()
38 CmdShow = nCmdShow; in setWindowShowMode()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DFM.cpp285 if (nCmdShow == SW_SHOWNORMAL || in InitInstance()
286 nCmdShow == SW_SHOW in InitInstance()
288 || nCmdShow == SW_SHOWDEFAULT in InitInstance()
293 nCmdShow = SW_SHOWMAXIMIZED; in InitInstance()
295 nCmdShow = SW_SHOWNORMAL; in InitInstance()
298 if (nCmdShow == SW_SHOWMAXIMIZED) in InitInstance()
308 placement.showCmd = nCmdShow; in InitInstance()
313 wnd.Show(nCmdShow); in InitInstance()
614 if (!InitInstance (nCmdShow)) in WinMain2()
670 /* lpCmdLine */, int nCmdShow) in WinMain() argument
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DFM.cpp275 if (nCmdShow == SW_SHOWNORMAL || in InitInstance()
276 nCmdShow == SW_SHOW in InitInstance()
278 || nCmdShow == SW_SHOWDEFAULT in InitInstance()
283 nCmdShow = SW_SHOWMAXIMIZED; in InitInstance()
285 nCmdShow = SW_SHOWNORMAL; in InitInstance()
288 if (nCmdShow == SW_SHOWMAXIMIZED) in InitInstance()
298 placement.showCmd = nCmdShow; in InitInstance()
303 wnd.Show(nCmdShow); in InitInstance()
598 if (!InitInstance (nCmdShow)) in WinMain2()
654 /* lpCmdLine */, int nCmdShow) in WinMain() argument
[all …]
/dports/emulators/libdsk/libdsk-1.4.2/rpcserv/
H A Dldserver.c66 int PASCAL WinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow) in WinMain() argument
70 int nCmdShow; /* show-window type (open/icon) */
80 if (!InitInstance(hInstance, nCmdShow))
164 BOOL InitInstance(hInstance, nCmdShow) in InitInstance() argument
166 int nCmdShow; /* Param for first ShowWindow() call. */
210 ShowWindow(hwndServer, nCmdShow); /* Show the window */
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_Main.hxx43 Standard_Integer nCmdShow,
47 …inMain (HINSTANCE hInstance, HINSTANCE hPrevinstance, LPSTR lpCmdLine, Standard_Integer nCmdShow) \
48 { return Draw_WinMain (hInstance, hPrevinstance, lpCmdLine, nCmdShow, Draw_InitAppli); } \
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DDraw_Main.hxx43 Standard_Integer nCmdShow,
47 …inMain (HINSTANCE hInstance, HINSTANCE hPrevinstance, LPSTR lpCmdLine, Standard_Integer nCmdShow) \
48 { return Draw_WinMain (hInstance, hPrevinstance, lpCmdLine, nCmdShow, Draw_InitAppli); } \
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/Common/
H A DOCC_BaseChildFrame.cpp51 void OCC_BaseChildFrame::ActivateFrame(int nCmdShow) in ActivateFrame() argument
72 nCmdShow = SW_SHOWMAXIMIZED; in ActivateFrame()
76 CMDIChildWnd::ActivateFrame(nCmdShow); in ActivateFrame()
H A DOCC_ChildFrame.cpp80 void OCC_BaseChildFrame::ActivateFrame(int nCmdShow) in ActivateFrame() argument
87 nCmdShow = SW_SHOWMAXIMIZED; in ActivateFrame()
88 CMDIChildWnd::ActivateFrame(nCmdShow); in ActivateFrame()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibmain.c79 int nCmdShow in WinMain() argument
82 if (! Nlm_VibMainPrelude (hInstance, hPrevInstance, lpszCmdLine, nCmdShow)) return FALSE; in WinMain()
86 return Nlm_VibMainFinale (hInstance, hPrevInstance, lpszCmdLine, nCmdShow); in WinMain()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dwin_main.c293 HWND OpenMainWindow (HINSTANCE hInstance, int nCmdShow, char* wTitle) in OpenMainWindow() argument
448 int nCmdShow) in HandledWinMain() argument
472 hWnd_main = OpenMainWindow(hInstance, nCmdShow, VERSION_BANNER); in HandledWinMain()
503 int nCmdShow) in WinMain() argument
508 Result = HandledWinMain (hInstance, hPrevInstance, lpCmdLine, nCmdShow); in WinMain()
512 Result = HandledWinMain (hInstance, hPrevInstance, lpCmdLine, nCmdShow); in WinMain()
/dports/math/topaz/topaz-3.41/win32/
H A Dwtpvview.c147 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) in InitInstance() argument
162 ShowWindow(hWnd, nCmdShow); in InitInstance()
168 int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain() argument
186 if (!InitInstance(hInstance, nCmdShow)) return FALSE; in WinMain()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Dmain_win32.c64 LPTSTR lpCmdLine, int nCmdShow) in WinMain() argument
72 if (!InitInstance (hInstance, nCmdShow)) in WinMain()
123 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) in InitInstance() argument
154 ShowWindow(hWnd, nCmdShow); in InitInstance()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/windows/16 gui app/
H A Dgui_prog.c4 LPSTR lpCmdLine, int nCmdShow) { in WinMain() argument
9 ((void)nCmdShow); in WinMain()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/windows/2 winmain/
H A Dprog.c8 int nCmdShow) { in WinMain() argument
13 ((void)nCmdShow); in WinMain()

12345678910>>...48