Pmw.Group

Name

Pmw.Group() - ...

Inherits

Pmw.MegaWidget

Description

...

Options

Options for this megawidget and its base classes are described below.

ringpadx
Initialisation option. The default is 2.

ringpady
Initialisation option. The default is 2.

Components

Components created by this megawidget and its base classes are described below.

groupchildsite
By default, this component is a Tkinter.Frame.

hull
This acts as the body for the entire megawidget. Other components are created as children of the hull to further specialise the widget. By default, this component is a Tkinter.Frame.

ring
By default, this component is a Tkinter.Frame.

tag
By default, this component is a Tkinter.Label.

Methods

Only methods specific to this megawidget are described below. For a description of its inherited methods, see the manuals for its base classes.

createtag(parent)

interior()
Return the widget framing the interior space in which any children of this megawidget should be created. By default, this returns the hull component widget, if one was created, or None otherwise. A subclass should use the widget returned by interior() as the parent of any components or sub-widgets it creates. Megawidgets which can be further subclassed, such as Pmw.Dialog, should redefine this method to return the widget in which subclasses should create children. The overall containing widget is always available as hull.

setringunit(unit)

Home. Pmw 0.6.2 Maintainer gregm@iname.com. 23 Feb 1998