Method: Tk::Iwidgets::Hyperhelp#show_topic
- Defined in:
- lib/tkextlib/iwidgets/hyperhelp.rb
#show_topic(topic) ⇒ Object
32 33 34 35 |
# File 'lib/tkextlib/iwidgets/hyperhelp.rb', line 32 def show_topic(topic) tk_call(@path, 'showtopic', topic) self end |