Pmw.NoteBookR

Name

Pmw.NoteBookR() - ...

Inherits

Pmw.MegaWidget

Description

...

Options

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

balloon
The default is None.

ipadx
Initialisation option. The default is 4.

ipady
Initialisation option. The default is 4.

Components

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

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.

nbframe
By default, this component is a Tkinter.Canvas.

Methods

Only methods specific to this megawidget are described below. For a description of its inherited methods, see the manuals for its base classes. In addition, methods from Tkinter.Frame are forwarded to this megawidget's hull component.

add(pagename, **kw)

initialise(e = None)

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.

lift(pagenameOrIndex)

page(pagename)

pagecget(pagename, option)

pageconfigure(pagename, **kw)

pages()

raised()

tkdelete(pagename)

tkraise(pagenameOrIndex)

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