Searched refs:s_hwnd (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dgui_w16.c116 /* get window rect of s_hwnd
117 * get client rect of s_hwnd
122 GetWindowRect(s_hwnd, &r1);
123 GetClientRect(s_hwnd, &r2);
125 2 * frameht * (!IsZoomed(s_hwnd)) + capht);
373 s_hwnd = CreateWindow(
383 if (s_hwnd == NULL)
387 global_ime_init(atom, s_hwnd);
411 s_hwnd, NULL,
426 DragAcceptFiles(s_hwnd, TRU
[all...]
H A Dgui_w48.c168 HWND s_hwnd = NULL; variable
421 while (PeekMessage(&msg, s_hwnd, WM_TIMER, WM_TIMER, PM_REMOVE))
710 (void)SetFocus(s_hwnd);
950 (void)SetFocus(s_hwnd);
958 (void)SetFocus(s_hwnd);
966 (void)SetFocus(s_hwnd);
1144 if (!IsWindowVisible(s_hwnd))
1145 ShowWindow(s_hwnd, SW_SHOWDEFAULT);
1164 GetWindowRect(s_hwnd, &rect);
1177 SetWindowPos(s_hwnd, NUL
[all...]
H A Dgui_w32.c466 /* get window rect of s_hwnd
467 * get client rect of s_hwnd
472 GetWindowRect(s_hwnd, &r1);
473 GetClientRect(s_hwnd, &r2);
475 + 2 * frameht * (!IsZoomed(s_hwnd)) + capht);
487 GetMenuItemRect(s_hwnd, s_menuBar, 0, &rc1);
492 GetMenuItemRect(s_hwnd, s_menuBar, num - 1, &rc2);
1296 if (s_hwnd != NULL)
1379 s_hwnd = CreateWindowEx(
1396 if (s_hwnd
[all...]
H A Dos_mswin.c153 extern HWND s_hwnd;
155 static HWND s_hwnd = 0; /* console window handle, set by GetConsoleHwnd() */ variable
1685 if (s_hwnd != 0)
1692 s_hwnd = g_hWnd;
1705 s_hwnd = FindWindow(NULL, pszNewWindowTitle);
1719 GetWindowRect(s_hwnd, &rect);
1732 SetWindowPos(s_hwnd, NULL, x, y, 0, 0,
1834 BringWindowToTop(s_hwnd);
2083 GetConsoleHwnd(); /* get value of s_hwnd */
2085 prt_dlg.hwndOwner = s_hwnd;
[all...]
H A Dif_ole.cpp33 extern HWND s_hwnd;
301 *result = (UINT_PTR)s_hwnd;
H A Dif_sniff.c180 extern HWND s_hwnd; /* gvim's Window handle */
392 PostMessage(s_hwnd, WM_USER, (WPARAM)0, (LPARAM)0);
836 SetForegroundWindow(s_hwnd);
H A Dnetbeans.c123 extern HWND s_hwnd; /* Gvim's Window handle */
163 WSAAsyncSelect(nbsock, s_hwnd, 0, 0);
2965 inputHandler = WSAAsyncSelect(nbsock, s_hwnd, WM_NETBEANS, FD_READ);

Completed in 170 milliseconds