Class: TkComponent::Builder::HPanedWindow

Inherits:
PanedWindow show all
Defined in:
lib/tk_component/builder/tk_item.rb

Instance Attribute Summary

Attributes inherited from TkItem

#native_item

Instance Method Summary collapse

Methods inherited from PanedWindow

#built, #create_native_item

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

#orientObject



463
464
465
# File 'lib/tk_component/builder/tk_item.rb', line 463

def orient
  'horizontal'
end