Class: TkComponent::Builder::HScrollbar
Instance Attribute Summary
Attributes inherited from TkItem
#native_item
Instance Method Summary
collapse
Methods inherited from ScrollBar
#apply_option, #apply_options, #bind_linked_to, #set_event_handler, #set_event_handlers
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
Instance Method Details
413
414
415
|
# File 'lib/tk_component/builder/tk_item.rb', line 413
def linked_scroll_command
:xscrollcommand
end
|
417
418
419
|
# File 'lib/tk_component/builder/tk_item.rb', line 417
def linked_scroll_event
:set
end
|
#orient ⇒ Object
405
406
407
|
# File 'lib/tk_component/builder/tk_item.rb', line 405
def orient
'horizontal'
end
|
409
410
411
|
# File 'lib/tk_component/builder/tk_item.rb', line 409
def scroll_command
:xview
end
|