Tk::Iwidgets::Shell
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 47 def back tk_call(@path, 'back') self end
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 37 def follow_link(href) tk_call(@path, 'followlink', href) self end
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 42 def forward tk_call(@path, 'forward') self end
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 32 def show_topic(topic) tk_call(@path, 'showtopic', topic) self end
This page was generated for Ruby 2.3.4
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.36.0.