class Tk::Iwidgets::Hyperhelp

Constants

TkCommandNames
WidgetClassName

Public Instance Methods

back() click to toggle source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 46
def back
  tk_call(@path, 'back')
  self
end
forward() click to toggle source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 41
def forward
  tk_call(@path, 'forward')
  self
end
show_topic(topic) click to toggle source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 31
def show_topic(topic)
  tk_call(@path, 'showtopic', topic)
  self
end

Private Instance Methods

__listval_optkeys() click to toggle source
Calls superclass method
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 26
def __listval_optkeys
  super() << 'topics'
end
__strval_optkeys() click to toggle source
Calls superclass method Tk::Itk::Toplevel#__strval_optkeys
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 21
def __strval_optkeys
  super() << 'helpdir'
end