1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
<html>
<head>
<title>Pmw.MegaWidget reference manual</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ee"
vlink="551a8b" alink="ff0000">
<center><P ALIGN="CENTER">
<IMG SRC = transdove.gif ALT = "" WIDTH=70 HEIGHT=75>
<IMG SRC = transdove.gif ALT = "" WIDTH=70 HEIGHT=75>
<IMG SRC = transdove.gif ALT = "" WIDTH=70 HEIGHT=75>
</p></center>
<h1 ALIGN="CENTER">Pmw.MegaWidget</h1>
<p>
<dl>
<dt> <h3>Name</h3><dd>
<p>Pmw.MegaWidget() -
base class for megawidgets within a frame
</p>
<dt> <h3>Inherits</h3><dd>
<a href="MegaArchetype.html">Pmw.MegaArchetype</a><br>
<dt> <h3>Description</h3><dd>
<p>
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 <a href="ButtonBox.html">Pmw.ButtonBox</a> and
<a href="ComboBox.html">Pmw.ComboBox</a>. It creates a Tkinter.Frame component, named <strong>hull</strong>,
to act as the container of the megawidget. The window class name
for the <strong>hull</strong> widget is set to the most-specific class name for
the megawidget. Derived classes specialise this widget by
creating other widget components as children of the <strong>hull</strong> widget.</p>
<p></p>
<dt> <h3>Components</h3><dd>
Components created by this megawidget and its base
classes are described below.<p>
<a name=component.hull></a>
<dl><dt> <strong>hull
</strong><dd>
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.</p>
</dt></dl>
<a name=methods></a>
<dt> <h3>Methods</h3><dd>
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
<strong>Tkinter.Frame</strong> are forwarded
to this megawidget's <strong>hull</strong>
component.
<p>
<a name=method.destroy></a>
<dl><dt> <strong>destroy</strong>()<dd>
Destroy the <strong>hull</strong> component widget, including all of its
children.</p>
</dt></dl>
</dl>
<center><P ALIGN="CENTER">
<IMG SRC = blue_line.gif ALT = "" WIDTH=320 HEIGHT=5>
</p></center>
<font size=-1>
<center><P ALIGN="CENTER">
<a href="index.html">Home</a>.
Pmw 0.6.2
Maintainer
<a href="mailto:gregm@iname.com">gregm@iname.com</a>.
23 Feb 1998
</p></center>
</font>
</body>
</html>
|