Methods
|
|
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
|
|
_getxview
|
_getxview ( self )
|
|
_getyview
|
_getyview ( self )
|
|
_horizflex
|
_horizflex ( self )
The horizontal flex mode has been configured.
|
|
_hscrollMode
|
_hscrollMode ( self )
The horizontal scroll mode has been configured.
|
|
_reposition
|
_reposition ( self, event )
|
|
_scrollBothNow
|
_scrollBothNow ( self )
According to the relative geometries of the frame and the
clipper, reposition the frame within the clipper and reset the
scrollbars.
|
|
_toggleHorizScrollbar
|
_toggleHorizScrollbar ( self )
|
|
_toggleVertScrollbar
|
_toggleVertScrollbar ( self )
|
|
_vertflex
|
_vertflex ( self )
The vertical flex mode has been configured.
|
|
_vscrollMode
|
_vscrollMode ( self )
The vertical scroll mode has been configured.
|
|
destroy
|
destroy ( self )
|
|
interior
|
interior ( self )
|
|
reposition
|
reposition ( self )
Set timer to call real reposition method, so that it is not
called multiple times when many things are reconfigured at the
same time.
|
|
xview
|
xview (
self,
mode=None,
value=None,
units=None,
)
Called when the user clicks in the horizontal scrollbar.
Calculates new position of frame then calls reposition() to
update the frame and the scrollbar.
|
|
yview
|
yview (
self,
mode=None,
value=None,
units=None,
)
Called when the user clicks in the vertical scrollbar.
Calculates new position of frame then calls reposition() to
update the frame and the scrollbar.
|