Methods
I
P
R
T
Constants
TkCommandNames = ['::iwidgets::scrolledhtml'.freeze].freeze
 
WidgetClassName = 'Scrolledhtml'.freeze
 
Instance Public methods
import(href)
# File ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 36
def import(href)
  tk_call(@path, 'import', href)
  self
end
pwd()
# File ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 46
def pwd
  tk_call(@path, 'pwd')
end
render(htmltext, workdir=None)
# File ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 50
def render(htmltext, workdir=None)
  tk_call(@path, 'render', htmltext, workdir)
  self
end
title()
# File ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 55
def title
  tk_call(@path, 'title')
end