Method
GtkWindowfullscreen_on_monitor
since: 3.18
Declaration [src]
void
gtk_window_fullscreen_on_monitor (
GtkWindow* window,
GdkScreen* screen,
gint monitor
)
Description [src]
Asks to place window 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 GtkWidget.
Available since: 3.18
Parameters
screen-
Type:
GdkScreenA
GdkScreento draw to.The data is owned by the caller of the method. monitor-
Type:
gintWhich monitor to go fullscreen on.