Class: TkComponent::Builder::VPanedWindow
- Inherits:
-
PanedWindow
- Object
- TkItem
- PanedWindow
- TkComponent::Builder::VPanedWindow
- Defined in:
- lib/tk_component/builder/tk_item.rb
Instance Attribute Summary
Attributes inherited from TkItem
Instance Method Summary collapse
Methods inherited from PanedWindow
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::TkItem
Instance Method Details
#orient ⇒ Object
469 470 471 |
# File 'lib/tk_component/builder/tk_item.rb', line 469 def orient 'vertical' end |