Methods
- B
- F
- S
Constants
| TkCommandNames | = | ['::iwidgets::hyperhelp'.freeze].freeze |
| WidgetClassName | = | 'Hyperhelp'.freeze |
Instance Public methods
back()
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 46 def back tk_call(@path, 'back') self end
follow_link(href)
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 36 def follow_link(href) tk_call(@path, 'followlink', href) self end