class Gdk::ToplevelSize

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]

Instance Method Detail

def bounds(bounds_width : Int32, bounds_height : Int32) : Nil #

[View source]
def set_min_size(min_width : Int32, min_height : Int32) : Nil #

[View source]
def set_shadow_width(left : Int32, right : Int32, top : Int32, bottom : Int32) : Nil #

[View source]
def set_size(width : Int32, height : Int32) : Nil #

[View source]
def to_unsafe : Pointer(Void) #

[View source]