class

UIng::Form

Inherits UIng::Control < UIng::BlockConstructor < Reference < Object

Constructors

new(*args, &)
Source
new(*args, **kwargs, &)
Source
new(padded : Bool = false)
Source

Instance methods

append(label : String, control, stretchy : Bool = false) : Nil
Source
append(label : String, stretchy : Bool = false, &block : -> Control) : Nil

For DSL style

Source
delete(child : Control)
Source
delete(index : Int32) : Nil
Source
num_children
Source
padded=(padded : Bool) : Nil
Source
padded?
Source
to_unsafe
Source