Lines Matching full:windows

152     /* Kill the MS Windows window associated with this window */  in winDestroyWindowMultiWindow()
161 * This function adjusts the position and size of Windows window
163 * of winAdjustXWindow, which adjusts X window to Windows window.
199 /* Bail out if the Windows window handle is bad */ in winPositionWindowMultiWindow()
207 /* Get the Windows window style and extended style */ in winPositionWindowMultiWindow()
229 * Calculate the required size of the Windows window rectangle, in winPositionWindowMultiWindow()
230 * given the size of the Windows window client area. in winPositionWindowMultiWindow()
234 /* Get a rectangle describing the old Windows window */ in winPositionWindowMultiWindow()
238 /* Get a rectangle describing the Windows window client area */ in winPositionWindowMultiWindow()
264 /* Change the position and dimensions of the Windows window */ in winPositionWindowMultiWindow()
330 /* Destroy the Windows window associated with this X window */ in winUnmapWindowMultiWindow()
361 /* Refresh/redisplay the Windows window associated with this X window */ in winMapWindowMultiWindow()
364 /* Update the Windows window's shape */ in winMapWindowMultiWindow()
393 /* Update the Windows window associated with this X window */ in winReparentWindowMultiWindow()
426 * (i.e. Windows Explorer) has initiative to determine Z order. in winRestackWindowMultiWindow()
471 /* Perform the restacking operation in Windows */ in winRestackWindowMultiWindow()
477 * winCreateWindowsWindow - Create a Windows window associated with an X window
608 /* Flag that this Windows window handles its own activation */ in winCreateWindowsWindow()
615 * winDestroyWindowsWindow - Destroy a Windows window associated
631 /* Bail out if the Windows window handle is invalid */ in winDestroyWindowsWindow()
641 /* Destroy the Windows window */ in winDestroyWindowsWindow()
669 * winUpdateWindowsWindow - Redisplay/redraw a Windows window
683 /* Check if the Windows window's parents have been destroyed */ in winUpdateWindowsWindow()
685 /* Create the Windows window if it has been destroyed */ in winUpdateWindowsWindow()
699 /* Destroy the Windows window if its parents are destroyed */ in winUpdateWindowsWindow()
772 /* Loop through top level Window windows, descending in Z order */ in winReorderWindowsMultiWindow()
775 /* Don't take care of other Cygwin/X process's windows */ in winReorderWindowsMultiWindow()
780 && !IsIconic(hwnd)) { /* ignore minimized windows */ in winReorderWindowsMultiWindow()
789 else { /* 2nd or deeper windows - just below the previous one */ in winReorderWindowsMultiWindow()
862 * Move and resize X window with respect to corresponding Windows window.
867 * adjusts Windows window with respect to X window.
891 * If the Windows window is minimized, its WindowRect has in winAdjustXWindow()