class
UIng::Tab
- UIng::Tab
- UIng::Control
- Reference
- Object
Defined in:
uing/tab.crConstructors
Instance Method Summary
- #append(name : String, control, margined : Bool = false) : Nil
-
#append(name : String, margined : Bool = false, &block : -> Control) : Nil
For DSL style
- #delete(index : Int32) : Nil
- #delete(child : Control)
- #destroy
- #insert_at(name : String, index : Int32, control, margined : Bool = false) : Nil
- #margined?(index : Int32) : Bool
- #num_pages : Int32
- #on_selected(&block : Int32 -> _) : Nil
- #selected : Int32
- #selected=(index : Int32) : Nil
- #set_margined(index : Int32, margined : Bool) : Nil
- #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
For DSL style