Methods
B
F
S
Constants
TkCommandNames = ['::iwidgets::hyperhelp'.freeze].freeze
 
WidgetClassName = 'Hyperhelp'.freeze
 
Instance Public methods
back()
# File ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 46
def back
  tk_call(@path, 'back')
  self
end
forward()
# File ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 41
def forward
  tk_call(@path, 'forward')
  self
end
show_topic(topic)
# File ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 31
def show_topic(topic)
  tk_call(@path, 'showtopic', topic)
  self
end