abstract class
UIng::Control
- UIng::Control
- Reference
- Object
Included Modules
Direct Known Subclasses
- UIng::Area
- UIng::Box
- UIng::Button
- UIng::Checkbox
- UIng::ColorButton
- UIng::Combobox
- UIng::DateTimePicker
- UIng::EditableCombobox
- UIng::Entry
- UIng::FontButton
- UIng::Form
- UIng::Grid
- UIng::Group
- UIng::Label
- UIng::MultilineEntry
- UIng::ProgressBar
- UIng::RadioButtons
- UIng::Separator
- UIng::Slider
- UIng::Spinbox
- UIng::Tab
- UIng::Table
- UIng::Window
Defined in:
uing/control.crInstance Method Summary
-
#__parent__
native libui function
-
#__set_parent__(parent) : Nil
native libui function should not be used directly
- #delete(child : Control)
- #destroy : Nil
- #disable : Nil
- #enable : Nil
- #enabled? : Bool
- #enabled_to_user? : Bool
- #handle
- #hide : Nil
-
#parent : Control | Nil
Public getter for parent (for testing and debugging)
- #show : Nil
- #to_unsafe
- #toplevel? : Bool
- #verify_set_parent(parent) : Nil
- #visible? : Bool