Method

Gdk.ToplevelLayout.set_fullscreen

Declaration [src]

void
gdk_toplevel_layout_set_fullscreen (
  GdkToplevelLayout* layout,
  gboolean fullscreen,
  GdkMonitor* monitor
)

Description [src]

Sets whether the layout should cause the surface to be fullscreen when presented.

Parameters

fullscreen gboolean
 

TRUE to fullscreen the surface

monitor GdkMonitor
 

the monitor to fullscreen on

 Can be NULL
 Ownership is not transferred to the callee