fullscreen_on_monitor
Description:
[ Version ( since = "3.18" ) ]
public void fullscreen_on_monitor (Screen screen, int monitor)
Asks to place this in the fullscreen state.
Note that you shouldn't assume the window is definitely full screen afterward.
You can track the fullscreen state via the "window-state-event" signal on Widget.
Parameters:
this |
a Window
|
screen |
a Screen to draw to
|
monitor |
which monitor to go fullscreen on
|