Pmw.MegaWidget() - base class for megawidgets within a frame
This class creates a megawidget contained within a Tkinter.Frame window. The class acts as the base class for megawidgets that are not contained in their own toplevel window, such as Pmw.ButtonBox and Pmw.ComboBox. It creates a Tkinter.Frame component, named hull, to act as the container of the megawidget. The window class name for the hull widget is set to the most-specific class name for the megawidget. Derived classes specialise this class by creating other widget components as children of the hull widget.
Pmw 1.2 -
5 Aug 2003
- Home
Manual page last reviewed: 22 May 1998