class GUI::Layout

Defined in:

wrappers.cr

Constructors

Instance Method Summary

Instance methods inherited from class GUI::Widget

place(layout : Layout, x : Int32, y : Int32) place, to_unsafe to_unsafe

Macros inherited from class GUI::Widget

define_place define_place, event(name) event, lib_property(name)
lib_property(name, type)
lib_property
, lib_setter(name, typ)
lib_setter(name)
lib_setter

Constructor Detail

def self.new(cols : Int32, rows : Int32, **args) #

[View source]

Instance Method Detail

def bgcolor=(value : Color) #

[View source]
def cell(col, row) #

[View source]
def cols #

[View source]
def margin=(value : Float32) #

[View source]
def place(layout : Layout, x : Int32, y : Int32) #

[View source]
def rows #

[View source]
def set_margin(top, bottom, left, right) #

[View source]
def set_margin(v : Float32, h : Float32) #

[View source]
def set_margin(value : Float32) #

[View source]
def skcolor=(value : Color) #

[View source]
def taborder=(value : Orientation) #

[View source]
def update #

[View source]