class Tk::Iwidgets::Hyperhelp
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 47 def back tk_call(@path, 'back') self end
Source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 37 def follow_link(href) tk_call(@path, 'followlink', href) self end
Source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 42 def forward tk_call(@path, 'forward') self end
Source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 32 def show_topic(topic) tk_call(@path, 'showtopic', topic) self end
Private Instance Methods
Source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 27 def __listval_optkeys super() << 'topics' end
Calls superclass method
TkConfigMethod#__listval_optkeys
Source
# File lib/tkextlib/iwidgets/hyperhelp.rb, line 22 def __strval_optkeys super() << 'helpdir' end
Calls superclass method
Tk::Itk::Toplevel#__strval_optkeys