Methods
|
|
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
|
|
_columnheaderscrolled
|
_columnheaderscrolled (
self,
first,
last,
)
|
|
_configureScrollCommands
|
_configureScrollCommands ( self )
If both scrollmodes are not dynamic we can save a lot of
time by not having to create an idle job to handle the
scroll commands.
|
|
_hscrollMode
|
_hscrollMode ( self )
The horizontal scroll mode has been configured.
|
|
_rowheaderscrolled
|
_rowheaderscrolled (
self,
first,
last,
)
|
|
_scrollBothLater
|
_scrollBothLater (
self,
first,
last,
)
Called by the text widget to set the horizontal or vertical
scrollbar when it has scrolled or changed size or contents.
|
|
_scrollBothNow
|
_scrollBothNow ( self )
|
|
_scrollXNow
|
_scrollXNow (
self,
first,
last,
)
|
|
_scrollYNow
|
_scrollYNow (
self,
first,
last,
)
|
|
_toggleHorizScrollbar
|
_toggleHorizScrollbar ( self )
|
|
_toggleVertScrollbar
|
_toggleVertScrollbar ( self )
|
|
_vscrollMode
|
_vscrollMode ( self )
The vertical scroll mode has been configured.
|
|
appendtext
|
appendtext ( self, text )
|
|
bbox
|
bbox ( self, index )
Need to explicitly forward this to override the stupid
(grid_)bbox method inherited from Tkinter.Frame.Grid.
|
|
clear
|
clear ( self )
|
|
destroy
|
destroy ( self )
|
|
exportfile
|
exportfile ( self, fileName )
|
|
get
|
get (
self,
first=None,
last=None,
)
Override Tkinter.Text get method, so that if it is called with
no arguments, return all text (consistent with other widgets).
|
|
getvalue
|
getvalue ( self )
|
|
importfile
|
importfile (
self,
fileName,
where='end',
)
|
|
settext
|
settext ( self, text )
|
|
setvalue
|
setvalue ( self, text )
|