Package xdp :: Module tkutil :: Class FrameLayoutMixin
[show private | hide private]
[frames | no frames]

Class FrameLayoutMixin

Known Subclasses:
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
  __init__(self, frame)
Creates a new frame layout container and overrides the appropriate geometry management methods.

Method Details

__init__(self, frame)
(Constructor)

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.

Generated by Epydoc 2.1 on Wed Jul 20 11:51:05 2005 http://epydoc.sf.net