Home | Trees | Index | Help |
|
---|
Package xdp :: Module tkutil :: Class ScrolledMixin |
|
FrameLayoutMixin
--+
|
ScrolledMixin
ScrolledCanvas
,
ScrolledList
,
ScrolledText
Method Summary | |
---|---|
Creates the container frame and scrollbars and attaches them to the widget. | |
Private method used as the callback for the widget's xscrollcommand. | |
Private method used as the callback for the widget's yscrollcommand. | |
Private method which draws or hides the scollbars as necessary, resizing the scrolled widget to fill as much of the frame as possible. |
Method Details |
---|
__init__(self,
frame)
Creates the container frame and scrollbars and attaches them to the
widget. This constructor should be invoked last, after the container
frame has been created and the widget's main constructor have been
invoked.
|
__scrollX(self, min, max)Private method used as the callback for the widget's xscrollcommand. |
__scrollY(self, min, max)Private method used as the callback for the widget's yscrollcommand. |
__updateScroll(self)Private method which draws or hides the scollbars as necessary, resizing the scrolled widget to fill as much of the frame as possible. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jul 20 11:51:06 2005 | http://epydoc.sf.net |