class
UIng::Group
- UIng::Group
- UIng::Control
- Reference
- Object
Defined in:
uing/group.crConstructors
Instance Method Summary
- #child=(control : UIng::Control | Nil) : Nil
-
#delete(child : Control)
Raises: Not supported for this container.
- #destroy
- #margined=(margined : Bool) : Nil
- #margined? : Bool
-
#set_child(control) : Nil
alias for
#child=
-
#set_child(&block : -> Control)
For DSL style
- #title : String | Nil
- #title=(title : String) : Nil
- #to_unsafe : Pointer(Void)