Optionalproperties: Partial<{}>Create a new Gdk.ToplevelLayout and copy the contents of layout into it.
a copy of layout.
Check whether layout and other has identical layout properties.
another toplevel layout
true if layout and other have identical layout properties, otherwise false.
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.
whether the layout specifies the fullscreen state for the toplevel
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
maximized, or false, if it should go unmaximized.
whether the layout specifies the maximized state for the toplevel
Returns whether the layout should allow the user to resize the surface.
true if the layout is resizable
Sets whether the layout should cause the surface to be maximized when presented.
true to maximize
Sets whether the layout should allow the user to resize the surface after it has been presented.
true to allow resizing
Decreases the reference count of layout.
Staticnew
Contains information that is necessary to present a sovereign window on screen.
The Gdk.ToplevelLayout struct is necessary for using Gdk.Toplevel.present.
Toplevel surfaces are sovereign windows that can be presented to the user in various states (maximized, on all workspaces, etc).