class Gdk::ToplevelSize
- Gdk::ToplevelSize
- Reference
- Object
Overview
The GdkToplevelSize
struct contains information that is useful
to compute the size of a toplevel.
Defined in:
auto/gdk-4.0/toplevel_size.crConstructors
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #bounds(bounds_width : Int32, bounds_height : Int32) : Nil
- #finalize
- #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)
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.