Support for the Ruby 2.3 series has ended. See here for reference.
Tk::Iwidgets::Shell
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 46 def back tk_call(@path, 'back') self end
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 36 def follow_link(href) tk_call(@path, 'followlink', href) self end
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 41 def forward tk_call(@path, 'forward') self end
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 31 def show_topic(topic) tk_call(@path, 'showtopic', topic) self end
This page was generated for Ruby 2.3.0
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.