File: NoteBookS.html

package info (click to toggle)
python-pmw 0.6.2-0.1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,652 kB
  • ctags: 2,716
  • sloc: python: 10,720; makefile: 44; sh: 24
file content (232 lines) | stat: -rw-r--r-- 5,089 bytes parent folder | download
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232

    <html>
    <head>
    <title>Pmw.NoteBookS 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.NoteBookS</h1>
    <p>
    
<dl>
<dt> <h3>Name</h3><dd>
<p>Pmw.NoteBookS() - ...</p>


<dt> <h3>Inherits</h3><dd>
<a href="MegaWidget.html">Pmw.MegaWidget</a><br>
<dt> <h3>Description</h3><dd>
<p>...</p>


<dt> <h3>Options</h3><dd>
Options for this megawidget and its base
classes are described below.<p>
<a name=option.activeColor></a>
<dl><dt> <strong>activeColor
</strong><dd>
 The default is <strong>'red'</strong>.</p>


</dt></dl>
<a name=option.canvasColor></a>
<dl><dt> <strong>canvasColor
</strong><dd>
 The default is <strong>'white'</strong>.</p>


</dt></dl>
<a name=option.canvasHeight></a>
<dl><dt> <strong>canvasHeight
</strong><dd>
 The default is <strong>250</strong>.</p>


</dt></dl>
<a name=option.canvasWidth></a>
<dl><dt> <strong>canvasWidth
</strong><dd>
 The default is <strong>400</strong>.</p>


</dt></dl>
<a name=option.deactiveColor></a>
<dl><dt> <strong>deactiveColor
</strong><dd>
 The default is <strong>'grey'</strong>.</p>


</dt></dl>
<a name=option.longX></a>
<dl><dt> <strong>longX
</strong><dd>
Initialisation option.  The default is <strong>30</strong>.</p>


</dt></dl>
<a name=option.longY></a>
<dl><dt> <strong>longY
</strong><dd>
Initialisation option.  The default is <strong>35</strong>.</p>


</dt></dl>
<a name=option.offsetY></a>
<dl><dt> <strong>offsetY
</strong><dd>
Initialisation option.  The default is <strong>5</strong>.</p>


</dt></dl>
<a name=option.shadeColor></a>
<dl><dt> <strong>shadeColor
</strong><dd>
 The default is <strong>'#666666'</strong>.</p>


</dt></dl>
<a name=option.shortX></a>
<dl><dt> <strong>shortX
</strong><dd>
Initialisation option.  The default is <strong>7</strong>.</p>


</dt></dl>
<a name=option.shortY></a>
<dl><dt> <strong>shortY
</strong><dd>
Initialisation option.  The default is <strong>7</strong>.</p>


</dt></dl>
<a name=option.tabColor></a>
<dl><dt> <strong>tabColor
</strong><dd>
 The default is <strong>'blue'</strong>.</p>


</dt></dl>
<a name=option.tabHeight></a>
<dl><dt> <strong>tabHeight
</strong><dd>
Initialisation option.  The default is <strong>40</strong>.</p>


</dt></dl>
<a name=option.textColor></a>
<dl><dt> <strong>textColor
</strong><dd>
 The default is <strong>'black'</strong>.</p>


</dt></dl>
<a name=option.textFont></a>
<dl><dt> <strong>textFont
</strong><dd>
 The default is <strong>'-</strong>-helvetica-bold-r-normal--10-<strong>-</strong>-*-<strong>-</strong>'*.</p>


</dt></dl>
<dt> <h3>Components</h3><dd>
Components created by this megawidget and its base
classes are described below.<p>
<a name=component.containerCanvas></a>
<dl><dt> <strong>containerCanvas
</strong><dd>
 By default, this component is a Tkinter.Canvas.</p>


</dt></dl>
<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=component.mainCanvas></a>
<dl><dt> <strong>mainCanvas
</strong><dd>
 By default, this component is a Tkinter.Canvas.</p>


</dt></dl>
<a name=component.tabCanvas></a>
<dl><dt> <strong>tabCanvas
</strong><dd>
 By default, this component is a Tkinter.Canvas.</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.
<p>
<a name=method.addPage></a>
<dl><dt> <strong>addPage</strong>(<em>name</em>)<dd>
<p></p>
</dt></dl>
<a name=method.delPage></a>
<dl><dt> <strong>delPage</strong>(<em>name</em>)<dd>
<p></p>
</dt></dl>
<a name=method.getPage></a>
<dl><dt> <strong>getPage</strong>(<em>name</em>)<dd>
<p></p>
</dt></dl>
<a name=method.pageNames></a>
<dl><dt> <strong>pageNames</strong>()<dd>
<p></p>
</dt></dl>
<a name=method.pages></a>
<dl><dt> <strong>pages</strong>()<dd>
<p></p>
</dt></dl>
<a name=method.raisePage></a>
<dl><dt> <strong>raisePage</strong>(<em>name</em>, <em>select</em> = <strong>1</strong>)<dd>
<p></p>
</dt></dl>
<a name=method.raised></a>
<dl><dt> <strong>raised</strong>()<dd>
<p></p>
</dt></dl>
<a name=method.reBind></a>
<dl><dt> <strong>reBind</strong>()<dd>
<p></p>
</dt></dl>
<a name=method.unBind></a>
<dl><dt> <strong>unBind</strong>()<dd>
<p></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>