Package: gtk

Function gtk-window-fullscreen-on-monitor

Lambda List

gtk-window-fullscreen-on-monitor (window screen monitor)

Arguments

window -- a gtk-window widget
screen -- a gdk-screen object to draw on
monitor -- an integer which monitor to go fullscreen on

Details

Asks to place the window in the fullscreen state. Note that you should not assume the window is definitely full screen afterward.

You can track the fullscreen state via the "window-state-event" signal on the gtk-widget widget.

Since 3.18
 

See also

2021-9-12