class
UIng::Grid
- UIng::Grid
- UIng::Control
- Reference
- Object
Defined in:
uing/grid.crConstructors
Instance Method Summary
- #append(control, left : Int32, top : Int32, xspan : Int32, yspan : Int32, hexpand : Bool, halign : UIng::Align, vexpand : Bool, valign : UIng::Align) : Nil
-
#delete(child : Control)
Raises: Not supported for this container.
- #destroy
- #insert_at(control, existing, at : UIng::At, xspan : Int32, yspan : Int32, hexpand : Bool, halign : UIng::Align, vexpand : Bool, valign : UIng::Align) : Nil
- #padded=(padded : Bool) : Nil
- #padded? : Bool
- #to_unsafe : Pointer(Void)
Instance methods inherited from class UIng::Control
__parent__
__parent__,
__set_parent__(parent) : Nil
__set_parent__,
delete(child : Control)
delete,
destroy : Nil
destroy,
disable : Nil
disable,
enable : Nil
enable,
enabled? : Bool
enabled?,
enabled_to_user? : Bool
enabled_to_user?,
handle
handle,
hide : Nil
hide,
parent : Control | Nil
parent,
show : Nil
show,
to_unsafe
to_unsafe,
toplevel? : Bool
toplevel?,
verify_set_parent(parent) : Nil
verify_set_parent,
visible? : Bool
visible?
Macros inherited from module UIng::BlockConstructor
block_constructor
block_constructor
Constructor Detail
Instance Method Detail
def append(control, left : Int32, top : Int32, xspan : Int32, yspan : Int32, hexpand : Bool, halign : UIng::Align, vexpand : Bool, valign : UIng::Align) : Nil
#
def insert_at(control, existing, at : UIng::At, xspan : Int32, yspan : Int32, hexpand : Bool, halign : UIng::Align, vexpand : Bool, valign : UIng::Align) : Nil
#