# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 36 def import(href) tk_call(@path, 'import', href) self end
# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 41 def import_link(href) tk_call(@path, 'import', '-link', href) self end
# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 46 def pwd tk_call(@path, 'pwd') end
Commenting is here to help enhance the documentation. For example, sample code, or clarification of the documentation.
If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.
If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.