Class: TT::GUI::Groupbox
Overview
Instance Attribute Summary collapse
Attributes included from ContainerElement
Attributes inherited from Control
#bottom, #font_bold, #font_italic, #font_name, #font_size, #height, #left, #name, #parent, #right, #tooltip, #top, #ui_id, #width, #window
Instance Method Summary collapse
- #custom_properties ⇒ TT::JSON
-
#initialize(label = '') ⇒ Groupbox
constructor
A new instance of Groupbox.
Methods included from ContainerElement
#add_control, #get_control_by_name, #get_control_by_ui_id, #release!, #remove_control
Methods inherited from Control
#add_event_handler, #call_event, #disabled=, #disabled?, #enabled=, #enabled?, events, has_event?, #inspect, #move, #position, #positioned?, #properties, #release!, #size
Methods included from ControlEvents
Constructor Details
#initialize(label = '') ⇒ Groupbox
Returns a new instance of Groupbox
507 508 509 510 |
# File 'TT_Lib2/gui.rb', line 507 def initialize( label = '' ) super @label = label end |
Instance Attribute Details
#label ⇒ Object
502 503 504 |
# File 'TT_Lib2/gui.rb', line 502 def label @label end |