Method

Gdk.ToplevelLayout.get_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.

Parameters

maximized gboolean*
 

set to TRUE if the toplevel should be maximized

 Direction: out
 Ownership of the data is transferred to the callee

Return value

Returns: gboolean

whether the layout specifies the maximized state for the toplevel