Class | Tk::Iwidgets::Scrolledhtml |
In: |
tk/lib/tkextlib/iwidgets/scrolledhtml.rb
|
Parent: | Tk::Iwidgets::Scrolledtext |
TkCommandNames | = | ['::iwidgets::scrolledhtml'.freeze].freeze |
WidgetClassName | = | 'Scrolledhtml'.freeze |
# 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