Class: TkComponent::Builder::TkEntry
- Inherits:
-
TkItemWithVariable
- Object
- TkItem
- TkItemWithVariable
- TkComponent::Builder::TkEntry
- Defined in:
- lib/tk_component/builder/tk_item.rb
Instance Attribute Summary
Attributes inherited from TkItemWithVariable
Attributes inherited from TkItem
Instance Method Summary collapse
Methods inherited from TkItemWithVariable
#apply_variable, #create_variable, #initialize
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
#variable_name ⇒ Object
131 132 133 |
# File 'lib/tk_component/builder/tk_item.rb', line 131 def variable_name :textvariable end |