Home
last modified time | relevance | path

Searched refs:gdk_synthesize_surface_state (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/macos/
H A DGdkMacosWindow.c74 gdk_synthesize_surface_state (GDK_SURFACE (gdk_surface), 0, GDK_TOPLEVEL_STATE_MINIMIZED);
84 gdk_synthesize_surface_state (GDK_SURFACE (gdk_surface), GDK_TOPLEVEL_STATE_MINIMIZED, 0);
89 gdk_synthesize_surface_state (GDK_SURFACE (gdk_surface), 0, GDK_TOPLEVEL_STATE_FOCUSED);
95 gdk_synthesize_surface_state (GDK_SURFACE (gdk_surface), GDK_TOPLEVEL_STATE_FOCUSED, 0);
209 gdk_synthesize_surface_state (GDK_SURFACE (gdk_surface), GDK_TOPLEVEL_STATE_MAXIMIZED, 0);
767 gdk_synthesize_surface_state (GDK_SURFACE (gdk_surface), 0, GDK_TOPLEVEL_STATE_MAXIMIZED);
H A Dgdkmacossurface.c684 gdk_synthesize_surface_state (GDK_SURFACE (self), 0, GDK_TOPLEVEL_STATE_FULLSCREEN); in _gdk_macos_surface_update_fullscreen_state()
686 gdk_synthesize_surface_state (GDK_SURFACE (self), GDK_TOPLEVEL_STATE_FULLSCREEN, 0); in _gdk_macos_surface_update_fullscreen_state()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdksurfaceprivate.h277 void gdk_synthesize_surface_state (GdkSurface *surface,
H A Dgdksurface.c2623 gdk_synthesize_surface_state (GdkSurface *surface, in gdk_synthesize_surface_state() function
2648 gdk_synthesize_surface_state (surface, in gdk_surface_apply_state_change()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/x11/
H A Dgdksurface-x11.c3319 gdk_synthesize_surface_state (surface, 0, GDK_TOPLEVEL_STATE_MINIMIZED); in gdk_x11_surface_minimize()
3342 gdk_synthesize_surface_state (surface, GDK_TOPLEVEL_STATE_MINIMIZED, 0); in gdk_x11_surface_unminimize()
3360 gdk_synthesize_surface_state (surface, in gdk_x11_surface_maximize()
3376 gdk_synthesize_surface_state (surface, in gdk_x11_surface_unmaximize()
3490 gdk_synthesize_surface_state (surface, in gdk_x11_surface_fullscreen()
3524 gdk_synthesize_surface_state (surface, in gdk_x11_surface_unfullscreen()
H A Dgdkdisplay-x11.c430 gdk_synthesize_surface_state (surface, unset, set); in do_net_wm_state_changes()
811 gdk_synthesize_surface_state (surface, in gdk_x11_display_translate_event()
842 gdk_synthesize_surface_state (surface, in gdk_x11_display_translate_event()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/broadway/
H A Dgdksurface-broadway.c806 gdk_synthesize_surface_state (surface, 0, GDK_TOPLEVEL_STATE_MAXIMIZED); in gdk_broadway_surface_maximize()
836 gdk_synthesize_surface_state (surface, GDK_TOPLEVEL_STATE_MAXIMIZED, 0); in gdk_broadway_surface_unmaximize()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dgdkevents-win32.c3099 gdk_synthesize_surface_state (window, unset_bits, set_bits); in gdk_event_translate()
3302 gdk_synthesize_surface_state (window, GDK_TOPLEVEL_STATE_FOCUSED, 0); in gdk_event_translate()
3306 gdk_synthesize_surface_state (window, 0, GDK_TOPLEVEL_STATE_FOCUSED); in gdk_event_translate()
H A Dgdksurface-win32.c4124 gdk_synthesize_surface_state (window, in gdk_win32_surface_minimize()
4149 gdk_synthesize_surface_state (window, in gdk_win32_surface_maximize()
4171 gdk_synthesize_surface_state (window, in gdk_win32_surface_unmaximize()
4217 gdk_synthesize_surface_state (window, 0, GDK_TOPLEVEL_STATE_FULLSCREEN); in gdk_win32_surface_fullscreen()
4240 gdk_synthesize_surface_state (window, GDK_TOPLEVEL_STATE_FULLSCREEN, 0); in gdk_win32_surface_unfullscreen()