class Gdk::ToplevelSize
- Gdk::ToplevelSize
- Reference
- Object
Overview
The Gdk::ToplevelSize
struct contains information that is useful
to compute the size of a toplevel.
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/toplevel_size.crConstructors
Instance Method Summary
- #bounds(bounds_width : Int32, bounds_height : Int32) : Nil
- #set_min_size(min_width : Int32, min_height : Int32) : Nil
- #set_shadow_width(left : Int32, right : Int32, top : Int32, bottom : Int32) : Nil
- #set_size(width : Int32, height : Int32) : Nil
- #to_unsafe : Pointer(Void)