Methods
|
|
__init__
addcolumn
clearScreenBeforeMove
configureEventHandler
createwidgets
setVisibleArea
updateHScrollbar
updateScrollbars
updateVScrollbar
|
|
__init__
|
__init__ (
self,
parent,
cellspacing=2,
rowheight=15,
*args,
*kw,
)
|
|
addcolumn
|
addcolumn (
self,
column,
updatenow=1,
)
addcolumn(column[, updatenow])
Add the column to the list of columns managed by this Table. The
optional updatenow flag controls whether the widget is redrawn right
after the column is added, or whether the widget waits.
|
|
clearScreenBeforeMove
|
clearScreenBeforeMove (
self,
newLeft,
newRight,
newTop,
newBottom,
)
Clear anything that used to be in the display range
but isn't any more.
|
|
configureEventHandler
|
configureEventHandler ( self, event=None )
Event handler for configure event on the canvas.
|
|
createwidgets
|
createwidgets ( self )
Create the widget components of the Table.
|
|
setVisibleArea
|
setVisibleArea (
self,
left,
right,
top,
bottom,
)
Update which columns are displayed.
|
|
updateHScrollbar
|
updateHScrollbar ( self )
Update the settings of the horizontal scrollbar.
|
|
updateScrollbars
|
updateScrollbars ( self )
Compute the values for start and stop of the scrollbars
and call their set methods to set them correctly.
|
|
updateVScrollbar
|
updateVScrollbar ( self )
Update the settings of the vertical scrollbar.
|
|