Package: gdk

Enum gdk-fullscreen-mode

Details

Indicates which monitor (in a multi-head setup) a window should span over when in fullscreen mode.
(define-g-enum "GdkFullscreenMode" gdk-fullscreen-mode
  (:export t
   :type-initializer "gdk_fullscreen_mode_get_type")
  (:on-current-monitor 0)
  (:on-all-monitors 1))  
:current-monitor
Fullscreen on current monitor only.
:all-monitors
Span across all monitors when fullscreen.
 

See also

2020-9-6