Gdk.FullscreenMode – gdk-3.0 Reference Manual
Packages
gdk-3.0
Gdk
FullscreenMode
ALL_MONITORS
CURRENT_MONITOR
FullscreenMode
Description:
[
CCode
( cprefix =
"GDK_FULLSCREEN_ON_"
, type_id =
"gdk_fullscreen_mode_get_type ()"
) ]
[
Version
( since =
"3.8"
) ]
public
enum
FullscreenMode
Indicates which monitor a surface should span over when in fullscreen mode.
Namespace:
Gdk
Package:
gdk-3.0
Content:
Enum values:
ALL_MONITORS
-
Span across all monitors when fullscreen.
CURRENT_MONITOR
-
Fullscreen on current monitor only.