Home | Trees | Index | Help |
|
---|
Package xdp :: Module tkutil :: Class FrameLayoutMixin |
|
FileEntry
,
FileSelector
,
LabelledFrame
,
ScrolledFrame
,
ScrolledMixin
Tansparently puts its child class into a container Frame.
This mixin is used to create compound widget classes which allow the programmer to access the main interior widget directly. It is used by a lot of the other widgets in this module either directly or indirectly. The 'FileEntry' serves as a pretty clear example of how this mixin can be used.
If this mixin is used with a class which is subclassed from the 'Tk' or 'Toplevel' widget classes a 'RuntimeError' exception is raised.Method Summary | |
---|---|
Creates a new frame layout container and overrides the appropriate geometry management methods. |
Method Details |
---|
__init__(self,
frame)
Creates a new frame layout container and overrides the appropriate
geometry management methods. This constructor should be invoked last,
after the container frame has been created and the widget's main
constructor have been invoked.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jul 20 11:51:05 2005 | http://epydoc.sf.net |