class TkComponent::Builder::HScrollbar
Public Instance Methods
linked_scroll_command()
click to toggle source
# File lib/tk_component/builder/tk_item.rb, line 413 def linked_scroll_command :xscrollcommand end
linked_scroll_event()
click to toggle source
# File lib/tk_component/builder/tk_item.rb, line 417 def linked_scroll_event :set end
orient()
click to toggle source
# File lib/tk_component/builder/tk_item.rb, line 405 def orient 'horizontal' end
scroll_command()
click to toggle source
# File lib/tk_component/builder/tk_item.rb, line 409 def scroll_command :xview end