class
UIng::Box
- UIng::Box
- UIng::Control
- Reference
- Object
Defined in:
uing/box.crConstructors
Instance Method Summary
- #append(control, stretchy : Bool = false) : Nil
-
#append(stretchy : Bool = false, &block : -> Control) : Nil
For DSL style
- #delete(child : Control)
- #delete(index : Int32) : Nil
- #destroy
- #num_children : Int32
- #padded=(padded : Bool) : Nil
- #padded? : Bool
- #to_unsafe : Pointer(Void)