# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 37 def import(href) tk_call(@path, 'import', href) self end
# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 42 def import_link(href) tk_call(@path, 'import', '-link', href) self end
# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 47 def pwd tk_call(@path, 'pwd') end