Methods
- I
- P
- R
- T
Constants
| TkCommandNames | = | ['::iwidgets::scrolledhtml'.freeze].freeze |
| WidgetClassName | = | 'Scrolledhtml'.freeze |
Instance Public methods
import(href)
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 36 def import(href) tk_call(@path, 'import', href) self end
import_link(href)
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 41 def import_link(href) tk_call(@path, 'import', '-link', href) self end
pwd()
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 46 def pwd tk_call(@path, 'pwd') end