Searched refs:hwnd2 (Results 1 – 6 of 6) sorted by relevance
/dports/japanese/ng/ng-1.4.4/sys/win32/ |
H A D | winmain.c | 682 HWND hwnd2; in MainWMCreate() local 716 hwnd2 = CommandBands_GetCommandBar(g_hwndCB, 0); in MainWMCreate() 717 CommandBar_InsertMenubar(hwnd2, g_hInst, IDR_MAINMENU, 0); in MainWMCreate() 720 hwnd2 = CommandBands_GetCommandBar(g_hwndCB, 1); in MainWMCreate() 721 CreateToolButtons(hwnd2); in MainWMCreate()
|
/dports/japanese/ng-canna/ng-1.4.4/sys/win32/ |
H A D | winmain.c | 682 HWND hwnd2; in MainWMCreate() local 716 hwnd2 = CommandBands_GetCommandBar(g_hwndCB, 0); in MainWMCreate() 717 CommandBar_InsertMenubar(hwnd2, g_hInst, IDR_MAINMENU, 0); in MainWMCreate() 720 hwnd2 = CommandBands_GetCommandBar(g_hwndCB, 1); in MainWMCreate() 721 CreateToolButtons(hwnd2); in MainWMCreate()
|
/dports/japanese/ng-devel/ng-1.5beta1/sys/win32/ |
H A D | winmain.c | 688 HWND hwnd2; in MainWMCreate() local 722 hwnd2 = CommandBands_GetCommandBar(g_hwndCB, 0); in MainWMCreate() 723 CommandBar_InsertMenubar(hwnd2, g_hInst, IDR_MAINMENU, 0); in MainWMCreate() 726 hwnd2 = CommandBands_GetCommandBar(g_hwndCB, 1); in MainWMCreate() 727 CreateToolButtons(hwnd2); in MainWMCreate()
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | w32fns.c | 9096 HWND hwnd2 = FRAME_W32_WINDOW (f2); in w32_frame_restack() local 9102 if (GetNextWindow (hwnd1, GW_HWNDNEXT) != hwnd2) in w32_frame_restack() 9107 if (GetNextWindow (hwnd2, GW_HWNDNEXT) != hwnd1) in w32_frame_restack() 9108 SetWindowPos (hwnd1, hwnd2, 0, 0, 0, 0, in w32_frame_restack() 9112 SetWindowPos (hwnd2, hwnd1, 0, 0, 0, 0, in w32_frame_restack() 9117 else if (GetNextWindow (hwnd2, GW_HWNDNEXT) != hwnd1) in w32_frame_restack() 9119 SetWindowPos (hwnd1, hwnd2, 0, 0, 0, 0, in w32_frame_restack()
|
/dports/editors/emacs/emacs-27.2/src/ |
H A D | w32fns.c | 9123 HWND hwnd2 = FRAME_W32_WINDOW (f2); in w32_frame_restack() local 9129 if (GetNextWindow (hwnd1, GW_HWNDNEXT) != hwnd2) in w32_frame_restack() 9134 if (GetNextWindow (hwnd2, GW_HWNDNEXT) != hwnd1) in w32_frame_restack() 9135 SetWindowPos (hwnd1, hwnd2, 0, 0, 0, 0, in w32_frame_restack() 9139 SetWindowPos (hwnd2, hwnd1, 0, 0, 0, 0, in w32_frame_restack() 9144 else if (GetNextWindow (hwnd2, GW_HWNDNEXT) != hwnd1) in w32_frame_restack() 9146 SetWindowPos (hwnd1, hwnd2, 0, 0, 0, 0, in w32_frame_restack()
|
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/ |
H A D | jwawinuser.pas | 5864 function DragObject(hwnd1, hwnd2: HWND; i: UINT; u: ULONG_PTR; hcursor: HCURSOR): DWORD; stdcall; in DragObject()
|