Class: TkComponent::Builder::TkRadioSet
- Inherits:
-
TkItemWithVariable
- Object
- TkItem
- TkItemWithVariable
- TkComponent::Builder::TkRadioSet
- Defined in:
- lib/tk_component/builder/tk_item.rb
Instance Attribute Summary
Attributes inherited from TkItemWithVariable
Attributes inherited from TkItem
Instance Method Summary collapse
-
#apply_variable ⇒ Object
The variable for the radio set is only to be used by radio buttons inside it Thus, we don’t try to link it to the actual item.
Methods inherited from TkItemWithVariable
#create_variable, #initialize, #variable_name
Methods included from ValueTyping
#apply_option, #f_value, #i_value, #s_value, #update_value
Methods inherited from TkItem
#apply_internal_grid, #apply_option, #apply_options, #built, create, #create_native_item, #focus, #initialize, #native_item_class, #remove, #set_event_handler, #set_event_handlers, #set_grid
Constructor Details
This class inherits a constructor from TkComponent::Builder::TkItemWithVariable
Instance Method Details
#apply_variable ⇒ Object
The variable for the radio set is only to be used by radio buttons inside it Thus, we don’t try to link it to the actual item
157 158 |
# File 'lib/tk_component/builder/tk_item.rb', line 157 def apply_variable end |