Class: Tk::Iwidgets::Hyperhelp (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/iwidgets/hyperhelp.rb

Class/Module Index [+]

Quicksearch

Tk::Iwidgets::Hyperhelp

Public Instance Methods

back()
 
               # File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 47
def back
  tk_call(@path, 'back')
  self
end
            
forward()
 
               # File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 42
def forward
  tk_call(@path, 'forward')
  self
end
            
show_topic(topic)
 
               # File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 32
def show_topic(topic)
  tk_call(@path, 'showtopic', topic)
  self
end