Searched refs:s_textArea (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_w48.c184 static HWND s_textArea = NULL; variable
830 SetCapture(s_textArea);
1186 SetWindowPos(s_textArea, NULL, x, y, w, h, SWP_NOZORDER | SWP_NOACTIVATE);
1918 MapWindowPoints(s_textArea, s_hwnd, &point, 1);
2857 (void)GetWindowRect(s_textArea, &rct);
2871 (void)GetWindowRect(s_textArea, &rct);
2966 ScrollWindowEx(s_textArea, 0, -num_lines * gui.char_height,
2969 UpdateWindow(s_textArea);
2998 ScrollWindowEx(s_textArea, 0, num_lines * gui.char_height,
3001 UpdateWindow(s_textArea);
[all...]
H A Dgui_w32.c797 GetWindowRect(s_textArea, &rect);
817 GetWindowRect(s_textArea, &rect);
1060 GetWindowRect(s_textArea, &rct);
1476 s_textArea = CreateWindowEx(
1485 if (s_textArea == NULL)
1491 s_hdc = GetDC(s_textArea);
1967 MapWindowPoints(s_textArea, s_hwnd, &cfs.ptCurrentPos, 1);
2076 MapWindowPoints(s_textArea, s_hwnd, &p, 1);
4538 if (GetClientRect(s_textArea, &rect)) /* switch multiline tooltips on */
4589 if (WindowFromPoint(pt) != s_textArea)
[all...]
H A Dgui_w16.c406 s_textArea = CreateWindow(
414 if (s_textArea == NULL)
420 s_hdc = GetDC(s_textArea);

Completed in 90 milliseconds