class Gdk::ToplevelLayout
- Gdk::ToplevelLayout
- Reference
- Object
Overview
The Gdk::ToplevelLayout
struct 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).
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/toplevel_layout.crConstructors
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #copy : Gdk::ToplevelLayout
- #equal(other : Gdk::ToplevelLayout) : Bool
- #finalize
- #fullscreen(fullscreen : Bool) : Bool
- #fullscreen_monitor : Gdk::Monitor | Nil
- #maximized(maximized : Bool) : Bool
- #maximized=(maximized : Bool) : Nil
- #ref : Gdk::ToplevelLayout
- #resizable : Bool
- #resizable=(resizable : Bool) : Nil
- #set_fullscreen(fullscreen : Bool, monitor : Gdk::Monitor | Nil) : Nil
- #to_unsafe : Pointer(Void)
- #unref : Nil
Constructor Detail
Class Method Detail
Returns the type id (GType) registered in GLib type system.