Method
GdkToplevelLayoutget_maximized
Declaration [src]
gboolean
gdk_toplevel_layout_get_maximized (
GdkToplevelLayout* layout,
gboolean* maximized
)
Description [src]
If the layout specifies whether to the toplevel should go maximized,
the value pointed to by maximized
is set to TRUE
if it should go
fullscreen, or FALSE
, if it should go unmaximized.