Methods
|
|
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
|
|
_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.
|
|
_scrollBothLater
|
_scrollBothLater (
self,
first,
last,
)
Called by the canvas to set the horizontal or vertical
scrollbar when it has scrolled or changed scrollregion.
|
|
_scrollBothNow
|
_scrollBothNow ( self )
|
|
_scrollXNow
|
_scrollXNow (
self,
first,
last,
)
|
|
_scrollYNow
|
_scrollYNow (
self,
first,
last,
)
|
|
_setRegion
|
_setRegion ( self )
|
|
_toggleHorizScrollbar
|
_toggleHorizScrollbar ( self )
|
|
_toggleVertScrollbar
|
_toggleVertScrollbar ( self )
|
|
_vscrollMode
|
_vscrollMode ( self )
The vertical scroll mode has been configured.
|
|
bbox
|
bbox ( self, *args )
Need to explicitly forward this to override the stupid
(grid_)bbox method inherited from Tkinter.Frame.Grid.
|
|
destroy
|
destroy ( self )
|
|
interior
|
interior ( self )
|
|
resizescrollregion
|
resizescrollregion ( self )
|