Home
last modified time | relevance | path

Searched refs:whole_window (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DHwnd.cs46 internal IntPtr whole_window; field in System.Windows.Forms.Hwnd
109 whole_window = IntPtr.Zero; in Hwnd()
135 windows.Remove(whole_window); in Dispose()
138 whole_window = IntPtr.Zero; in Dispose()
314 IntPtr sibling_handle = whole_window; in GetClippingRectangles()
702 return whole_window;
706 whole_window = value;
710 if (whole_window != IntPtr.Zero) {
712 if (windows[whole_window] == null) {
713 windows[whole_window] = this;
[all …]
H A DXplatUIX11.cs482 hwnd.whole_window = RootWindow; in SetDisplay()
910 frame = FrameExtents (hwnd.whole_window); in GetTopLevelWindowLocation()
3003 if (hwnd.whole_window != hwnd.client_window) in CreateWindow()
3008 SetTopmost(hwnd.whole_window, true); in CreateWindow()
3020 wm_hints.window_group = hwnd.whole_window; in CreateWindow()
3587 if (hwnd.whole_window != IntPtr.Zero) { in DestroyWindow()
4614 g = Graphics.FromHwnd(hwnd.whole_window); in GetMessage()
5513 xevent.KeyEvent.window = hwnd.whole_window; in SendInput()
5858 XSetTransientForHint(DisplayHandle, hwnd.whole_window, hwnd_owner.whole_window); in SetOwner()
6150 values.sibling = after_hwnd.whole_window; in SetZOrder()
[all …]
H A DXplatUICarbon.cs1565 dc = Graphics.FromHwnd (paint_hwnd.whole_window); in PaintEventStart()
1820 if (HIViewGetSuperview (hwnd.whole_window) != IntPtr.Zero) { in SetParent()
1821 HIViewRemoveFromSuperview (hwnd.whole_window); in SetParent()
1827 HIViewAddSubview (hwnd.whole_window, hwnd.client_window); in SetParent()
1861 HIViewSetVisible (hwnd.whole_window, visible); in SetVisible()
1955 HIViewSetFrame (hwnd.whole_window, ref frame_rect); in SetWindowPos()
1959 HIViewSetFrame (hwnd.whole_window, ref frame_rect); in SetWindowPos()
1990 HIViewSetFrame (hwnd.whole_window, ref bounds); in SetWindowState()
2041 HIViewSetZOrder (hwnd.whole_window, 2, IntPtr.Zero); in SetZOrder()
2045 …HIViewSetZOrder (hwnd.whole_window, 2, (after_handle == IntPtr.Zero ? IntPtr.Zero : after_hwnd.who… in SetZOrder()
[all …]
H A DXEventQueue.cs195 xevent.ExposeEvent.window = hwnd.whole_window; in Dequeue()
/dports/x11-wm/i3/i3-4.20.1/parser-specs/
H A Dconfig.spec381 whole_window = '--whole-window'
397 whole_window = '--whole-window'
402 …-> call cfg_binding($bindtype, $modifiers, $key, $release, $border, $whole_window, $exclude_titleb…
404 …-> call cfg_binding($bindtype, $modifiers, $key, $release, $border, $whole_window, $exclude_titleb…
442 whole_window = '--whole-window'
458 whole_window = '--whole-window'
463 …-> call cfg_mode_binding($bindtype, $modifiers, $key, $release, $border, $whole_window, $exclude_t…
/dports/x11-wm/i3-gaps/i3-4.20.1/parser-specs/
H A Dconfig.spec411 whole_window = '--whole-window'
427 whole_window = '--whole-window'
432 …-> call cfg_binding($bindtype, $modifiers, $key, $release, $border, $whole_window, $exclude_titleb…
434 …-> call cfg_binding($bindtype, $modifiers, $key, $release, $border, $whole_window, $exclude_titleb…
472 whole_window = '--whole-window'
488 whole_window = '--whole-window'
493 …-> call cfg_mode_binding($bindtype, $modifiers, $key, $release, $border, $whole_window, $exclude_t…
/dports/audio/sox/sox-14.4.2/src/
H A Dnoisered.c263 size_t whole_window = (ncopy + data->bufdata == WINDOWSIZE); in sox_noisered_flow() local
270 if (whole_window) in sox_noisered_flow()
288 if (!whole_window) in sox_noisered_flow()
295 if (whole_window) in sox_noisered_flow()
/dports/x11-wm/i3/i3-4.20.1/include/
H A Dconfig_directives.h75 …const char *key, const char *release, const char *border, const char *whole_window, const char *ex…
78 …const char *key, const char *release, const char *border, const char *whole_window, const char *ex…
H A Dbindings.h29 const char *release, const char *border, const char *whole_window,
H A Ddata.h302 bool whole_window; member
/dports/x11-wm/i3-gaps/i3-4.20.1/include/
H A Dconfig_directives.h78 …const char *key, const char *release, const char *border, const char *whole_window, const char *ex…
81 …const char *key, const char *release, const char *border, const char *whole_window, const char *ex…
H A Dbindings.h29 const char *release, const char *border, const char *whole_window,
H A Ddata.h321 bool whole_window; member
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/
H A DControlHandler.cs195 g = Graphics.FromHwnd(hwnd.whole_window); in DrawBorders()
207 g = Graphics.FromHwnd(hwnd.whole_window); in DrawBorders()
H A DDnd.cs154 SetControlDragTrackingEnabled (hwnd.whole_window, true); in SetAllowDrop()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dconfig_directives.c177 …const char *key, const char *release, const char *border, const char *whole_window, const char *ex… in CFGFUN() argument
178 …configure_binding(bindtype, modifiers, key, release, border, whole_window, exclude_titlebar, comma… in CFGFUN()
188 …const char *key, const char *release, const char *border, const char *whole_window, const char *ex… in CFGFUN() argument
189 …configure_binding(bindtype, modifiers, key, release, border, whole_window, exclude_titlebar, comma… in CFGFUN()
H A Dbindings.c60 const char *release, const char *border, const char *whole_window, in configure_binding() argument
67 new_binding->whole_window = (whole_window != NULL); in configure_binding()
1022 if (bind->input_type != B_MOUSE || !bind->whole_window) in bindings_get_buttons_to_grab()
H A Dclick.c162 (dest == CLICK_INSIDE && bind->whole_window) || in route_click()
340 if (bind != NULL && bind->whole_window) { in handle_button_press()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dbindings.c60 const char *release, const char *border, const char *whole_window, in configure_binding() argument
67 new_binding->whole_window = (whole_window != NULL); in configure_binding()
1022 if (bind->input_type != B_MOUSE || !bind->whole_window) in bindings_get_buttons_to_grab()
H A Dclick.c162 (dest == CLICK_INSIDE && bind->whole_window) || in route_click()
340 if (bind != NULL && bind->whole_window) { in handle_button_press()
H A Dconfig_directives.c177 …const char *key, const char *release, const char *border, const char *whole_window, const char *ex… in CFGFUN() argument
178 …configure_binding(bindtype, modifiers, key, release, border, whole_window, exclude_titlebar, comma… in CFGFUN()
188 …const char *key, const char *release, const char *border, const char *whole_window, const char *ex… in CFGFUN() argument
189 …configure_binding(bindtype, modifiers, key, release, border, whole_window, exclude_titlebar, comma… in CFGFUN()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dgdkglcontext-win32-egl.c114 cairo_rectangle_int_t whole_window; in gdk_win32_gl_context_egl_end_frame() local
120 whole_window = in gdk_win32_gl_context_egl_end_frame()
H A Dgdkglcontext-win32-wgl.c84 cairo_rectangle_int_t whole_window; in gdk_win32_gl_context_wgl_end_frame() local
91whole_window = (GdkRectangle) { 0, 0, gdk_surface_get_width (surface), gdk_surface_get_height (sur… in gdk_win32_gl_context_wgl_end_frame()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/x11/
H A Dgdkglcontext-x11.c154 …cairo_rectangle_int_t whole_window = { 0, 0, gdk_window_get_width (window), gdk_window_get_height … in gdk_x11_window_invalidate_for_new_frame() local
157 cairo_region_contains_rectangle (update_area, &whole_window) != CAIRO_REGION_OVERLAP_IN) in gdk_x11_window_invalidate_for_new_frame()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/win32/
H A Dgdkglcontext-win32.c1407 …cairo_rectangle_int_t whole_window = { 0, 0, gdk_window_get_width (window), gdk_window_get_height … in gdk_win32_window_invalidate_for_new_frame() local
1417 cairo_region_contains_rectangle (update_area, &whole_window) != CAIRO_REGION_OVERLAP_IN) in gdk_win32_window_invalidate_for_new_frame()

12