Create a toplevel layout description.
Create a new gdk.toplevel_layout.ToplevelLayout and copy the contents of layout into it.
Check whether layout and other has identical layout properties.
If the layout specifies whether to the toplevel should go fullscreen, the value pointed to by fullscreen is set to true if it should go fullscreen, or false, if it should go unfullscreen.
Returns the monitor that the layout is fullscreening the surface on.
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.
Returns whether the layout should allow the user to resize the surface.
Sets whether the layout should cause the surface to be fullscreen when presented.
Sets whether the layout should cause the surface to be maximized when presented.
Sets whether the layout should allow the user to resize the surface after it has been presented.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
The gdk.toplevel_layout.ToplevelLayout struct contains information that is necessary to present a sovereign window on screen.
The gdk.toplevel_layout.ToplevelLayout struct is necessary for using gdk.toplevel.Toplevel.present.
Toplevel surfaces are sovereign windows that can be presented to the user in various states (maximized, on all workspaces, etc).