Gdk.ToplevelCapabilities – gtk4 Reference Manual
Packages
gtk4
Gdk
ToplevelCapabilities
EDGE_CONSTRAINTS
FULLSCREEN
INHIBIT_SHORTCUTS
LOWER
MAXIMIZE
MINIMIZE
TITLEBAR_GESTURES
WINDOW_MENU
ToplevelCapabilities
Description:
[
CCode
( cprefix =
"GDK_TOPLEVEL_CAPABILITIES_"
, type_id =
"gdk_toplevel_capabilities_get_type ()"
) ]
[
Flags
]
[
Version
( since =
"4.20"
) ]
public
enum
ToplevelCapabilities
Reflects what features a `GdkToplevel` supports.
Namespace:
Gdk
Package:
gtk4
Content:
Enum values:
EDGE_CONSTRAINTS
-
Whether tiled window states are supported.
FULLSCREEN
-
Whether the toplevel can be made fullscreen.
INHIBIT_SHORTCUTS
-
Whether inhibiting system shortcuts is supported.
LOWER
-
Whether the toplevel can be lowered.
MAXIMIZE
-
Whether the toplevel can be maximized.
MINIMIZE
-
Whether the toplevel can be minimized.
TITLEBAR_GESTURES
-
Whether titlebar gestures are supported.
WINDOW_MENU
-
Whether showing the window menu is supported.