class TkComponent::Builder::VScrollbar

Public Instance Methods

linked_scroll_command() click to toggle source
# File lib/tk_component/builder/tk_item.rb, line 431
def linked_scroll_command
  :yscrollcommand
end
linked_scroll_event() click to toggle source
# File lib/tk_component/builder/tk_item.rb, line 435
def linked_scroll_event
  :set
end
orient() click to toggle source
# File lib/tk_component/builder/tk_item.rb, line 423
def orient
  'vertical'
end
scroll_command() click to toggle source
# File lib/tk_component/builder/tk_item.rb, line 427
def scroll_command
  :yview
end