59 </table> |
59 </table> |
60 <h3>Methods</h3> |
60 <h3>Methods</h3> |
61 <table> |
61 <table> |
62 <tr> |
62 <tr> |
63 <td><a href="#MdiArea.__init__">MdiArea</a></td> |
63 <td><a href="#MdiArea.__init__">MdiArea</a></td> |
64 <td>Constructor</td> |
64 <td>Constructor</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#MdiArea.__iconizeAllWindows">__iconizeAllWindows</a></td> |
66 <td><a href="#MdiArea.__iconizeAllWindows">__iconizeAllWindows</a></td> |
67 <td>Private slot to iconize all windows.</td> |
67 <td>Private slot to iconize all windows.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#MdiArea.__restoreAllWindows">__restoreAllWindows</a></td> |
69 <td><a href="#MdiArea.__restoreAllWindows">__restoreAllWindows</a></td> |
70 <td>Private slot to restore all windows.</td> |
70 <td>Private slot to restore all windows.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#MdiArea.__setSubWindowIcon">__setSubWindowIcon</a></td> |
72 <td><a href="#MdiArea.__setSubWindowIcon">__setSubWindowIcon</a></td> |
73 <td>Private method to set the icon of a subwindow given it's internal widget.</td> |
73 <td>Private method to set the icon of a subwindow given it's internal widget.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#MdiArea.__subWindowActivated">__subWindowActivated</a></td> |
75 <td><a href="#MdiArea.__subWindowActivated">__subWindowActivated</a></td> |
76 <td>Private slot to handle the windowActivated signal.</td> |
76 <td>Private slot to handle the windowActivated signal.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#MdiArea._addView">_addView</a></td> |
78 <td><a href="#MdiArea._addView">_addView</a></td> |
79 <td>Protected method to add a view (i.e.</td> |
79 <td>Protected method to add a view (i.e.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#MdiArea._initWindowActions">_initWindowActions</a></td> |
81 <td><a href="#MdiArea._initWindowActions">_initWindowActions</a></td> |
82 <td>Protected method to define the user interface actions for window handling.</td> |
82 <td>Protected method to define the user interface actions for window handling.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#MdiArea._modificationStatusChanged">_modificationStatusChanged</a></td> |
84 <td><a href="#MdiArea._modificationStatusChanged">_modificationStatusChanged</a></td> |
85 <td>Protected slot to handle the modificationStatusChanged signal.</td> |
85 <td>Protected slot to handle the modificationStatusChanged signal.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#MdiArea._removeAllViews">_removeAllViews</a></td> |
87 <td><a href="#MdiArea._removeAllViews">_removeAllViews</a></td> |
88 <td>Protected method to remove all views (i.e.</td> |
88 <td>Protected method to remove all views (i.e.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#MdiArea._removeView">_removeView</a></td> |
90 <td><a href="#MdiArea._removeView">_removeView</a></td> |
91 <td>Protected method to remove a view (i.e.</td> |
91 <td>Protected method to remove a view (i.e.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#MdiArea._showView">_showView</a></td> |
93 <td><a href="#MdiArea._showView">_showView</a></td> |
94 <td>Private method to show a view (i.e.</td> |
94 <td>Private method to show a view (i.e.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#MdiArea._syntaxErrorToggled">_syntaxErrorToggled</a></td> |
96 <td><a href="#MdiArea._syntaxErrorToggled">_syntaxErrorToggled</a></td> |
97 <td>Protected slot to handle the syntaxerrorToggled signal.</td> |
97 <td>Protected slot to handle the syntaxerrorToggled signal.</td> |
98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#MdiArea.activeWindow">activeWindow</a></td> |
99 <td><a href="#MdiArea.activeWindow">activeWindow</a></td> |
100 <td>Private method to return the active (i.e.</td> |
100 <td>Private method to return the active (i.e.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#MdiArea.canCascade">canCascade</a></td> |
102 <td><a href="#MdiArea.canCascade">canCascade</a></td> |
103 <td>Public method to signal if cascading of managed windows is available.</td> |
103 <td>Public method to signal if cascading of managed windows is available.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="#MdiArea.canSplit">canSplit</a></td> |
105 <td><a href="#MdiArea.canSplit">canSplit</a></td> |
106 <td>public method to signal if splitting of the view is available.</td> |
106 <td>public method to signal if splitting of the view is available.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#MdiArea.canTile">canTile</a></td> |
108 <td><a href="#MdiArea.canTile">canTile</a></td> |
109 <td>Public method to signal if tiling of managed windows is available.</td> |
109 <td>Public method to signal if tiling of managed windows is available.</td> |
110 </tr><tr> |
110 </tr><tr> |
111 <td><a href="#MdiArea.cascade">cascade</a></td> |
111 <td><a href="#MdiArea.cascade">cascade</a></td> |
112 <td>Public method to cascade the managed windows.</td> |
112 <td>Public method to cascade the managed windows.</td> |
113 </tr><tr> |
113 </tr><tr> |
114 <td><a href="#MdiArea.eventFilter">eventFilter</a></td> |
114 <td><a href="#MdiArea.eventFilter">eventFilter</a></td> |
115 <td>Public method called to filter the event queue.</td> |
115 <td>Public method called to filter the event queue.</td> |
116 </tr><tr> |
116 </tr><tr> |
117 <td><a href="#MdiArea.setEditorName">setEditorName</a></td> |
117 <td><a href="#MdiArea.setEditorName">setEditorName</a></td> |
118 <td>Public method to change the displayed name of the editor.</td> |
118 <td>Public method to change the displayed name of the editor.</td> |
119 </tr><tr> |
119 </tr><tr> |
120 <td><a href="#MdiArea.showWindowMenu">showWindowMenu</a></td> |
120 <td><a href="#MdiArea.showWindowMenu">showWindowMenu</a></td> |
121 <td>Public method to set up the viewmanager part of the Window menu.</td> |
121 <td>Public method to set up the viewmanager part of the Window menu.</td> |
122 </tr><tr> |
122 </tr><tr> |
123 <td><a href="#MdiArea.tile">tile</a></td> |
123 <td><a href="#MdiArea.tile">tile</a></td> |
124 <td>Public method to tile the managed windows.</td> |
124 <td>Public method to tile the managed windows.</td> |
125 </tr> |
125 </tr> |
126 </table> |
126 </table> |
127 <a NAME="MdiArea.__init__" ID="MdiArea.__init__"></a> |
127 <a NAME="MdiArea.__init__" ID="MdiArea.__init__"></a> |
128 <h4>MdiArea (Constructor)</h4> |
128 <h4>MdiArea (Constructor)</h4> |
129 <b>MdiArea</b>(<i>parent</i>) |
129 <b>MdiArea</b>(<i>parent</i>) |
130 <p> |
130 <p> |
131 Constructor |
131 Constructor |
132 </p><dl> |
132 </p><dl> |
133 <dt><i>parent</i></dt> |
133 <dt><i>parent</i></dt> |
134 <dd> |
134 <dd> |
135 parent widget (QWidget) |
135 parent widget (QWidget) |
136 </dd><dt><i>ui</i></dt> |
136 </dd><dt><i>ui</i></dt> |
137 <dd> |
137 <dd> |
138 reference to the main user interface |
138 reference to the main user interface |
139 </dd><dt><i>dbs</i></dt> |
139 </dd><dt><i>dbs</i></dt> |
140 <dd> |
140 <dd> |
141 reference to the debug server object |
141 reference to the debug server object |
142 </dd> |
142 </dd> |
143 </dl><a NAME="MdiArea.__iconizeAllWindows" ID="MdiArea.__iconizeAllWindows"></a> |
143 </dl><a NAME="MdiArea.__iconizeAllWindows" ID="MdiArea.__iconizeAllWindows"></a> |
144 <h4>MdiArea.__iconizeAllWindows</h4> |
144 <h4>MdiArea.__iconizeAllWindows</h4> |
145 <b>__iconizeAllWindows</b>(<i></i>) |
145 <b>__iconizeAllWindows</b>(<i></i>) |
146 <p> |
146 <p> |
147 Private slot to iconize all windows. |
147 Private slot to iconize all windows. |
148 </p><a NAME="MdiArea.__restoreAllWindows" ID="MdiArea.__restoreAllWindows"></a> |
148 </p><a NAME="MdiArea.__restoreAllWindows" ID="MdiArea.__restoreAllWindows"></a> |
149 <h4>MdiArea.__restoreAllWindows</h4> |
149 <h4>MdiArea.__restoreAllWindows</h4> |
150 <b>__restoreAllWindows</b>(<i></i>) |
150 <b>__restoreAllWindows</b>(<i></i>) |
151 <p> |
151 <p> |
152 Private slot to restore all windows. |
152 Private slot to restore all windows. |
153 </p><a NAME="MdiArea.__setSubWindowIcon" ID="MdiArea.__setSubWindowIcon"></a> |
153 </p><a NAME="MdiArea.__setSubWindowIcon" ID="MdiArea.__setSubWindowIcon"></a> |
154 <h4>MdiArea.__setSubWindowIcon</h4> |
154 <h4>MdiArea.__setSubWindowIcon</h4> |
155 <b>__setSubWindowIcon</b>(<i>widget, icon</i>) |
155 <b>__setSubWindowIcon</b>(<i>widget, icon</i>) |
156 <p> |
156 <p> |
157 Private method to set the icon of a subwindow given it's internal widget. |
157 Private method to set the icon of a subwindow given it's internal widget. |
158 </p><dl> |
158 </p><dl> |
159 <dt><i>widget</i></dt> |
159 <dt><i>widget</i></dt> |
160 <dd> |
160 <dd> |
161 reference to the internal widget (QWidget) |
161 reference to the internal widget (QWidget) |
162 </dd><dt><i>icon</i></dt> |
162 </dd><dt><i>icon</i></dt> |
163 <dd> |
163 <dd> |
164 reference to the icon (QIcon) |
164 reference to the icon (QIcon) |
165 </dd> |
165 </dd> |
166 </dl><a NAME="MdiArea.__subWindowActivated" ID="MdiArea.__subWindowActivated"></a> |
166 </dl><a NAME="MdiArea.__subWindowActivated" ID="MdiArea.__subWindowActivated"></a> |
167 <h4>MdiArea.__subWindowActivated</h4> |
167 <h4>MdiArea.__subWindowActivated</h4> |
168 <b>__subWindowActivated</b>(<i>subWindow</i>) |
168 <b>__subWindowActivated</b>(<i>subWindow</i>) |
169 <p> |
169 <p> |
170 Private slot to handle the windowActivated signal. |
170 Private slot to handle the windowActivated signal. |
171 </p><dl> |
171 </p><dl> |
172 <dt><i>subWindow</i></dt> |
172 <dt><i>subWindow</i></dt> |
173 <dd> |
173 <dd> |
174 the activated subwindow (QMdiSubWindow) |
174 the activated subwindow (QMdiSubWindow) |
175 </dd> |
175 </dd> |
176 </dl><a NAME="MdiArea._addView" ID="MdiArea._addView"></a> |
176 </dl><a NAME="MdiArea._addView" ID="MdiArea._addView"></a> |
177 <h4>MdiArea._addView</h4> |
177 <h4>MdiArea._addView</h4> |
178 <b>_addView</b>(<i>win, fn = None, noName = ""</i>) |
178 <b>_addView</b>(<i>win, fn = None, noName = ""</i>) |
179 <p> |
179 <p> |
180 Protected method to add a view (i.e. window) |
180 Protected method to add a view (i.e. window) |
181 </p><dl> |
181 </p><dl> |
182 <dt><i>win</i></dt> |
182 <dt><i>win</i></dt> |
183 <dd> |
183 <dd> |
184 editor window to be added |
184 editor window to be added |
185 </dd><dt><i>fn</i></dt> |
185 </dd><dt><i>fn</i></dt> |
186 <dd> |
186 <dd> |
187 filename of this editor |
187 filename of this editor |
188 </dd><dt><i>noName</i></dt> |
188 </dd><dt><i>noName</i></dt> |
189 <dd> |
189 <dd> |
190 name to be used for an unnamed editor (string or QString) |
190 name to be used for an unnamed editor (string or QString) |
191 </dd> |
191 </dd> |
192 </dl><a NAME="MdiArea._initWindowActions" ID="MdiArea._initWindowActions"></a> |
192 </dl><a NAME="MdiArea._initWindowActions" ID="MdiArea._initWindowActions"></a> |
193 <h4>MdiArea._initWindowActions</h4> |
193 <h4>MdiArea._initWindowActions</h4> |
194 <b>_initWindowActions</b>(<i></i>) |
194 <b>_initWindowActions</b>(<i></i>) |
195 <p> |
195 <p> |
196 Protected method to define the user interface actions for window handling. |
196 Protected method to define the user interface actions for window handling. |
197 </p><a NAME="MdiArea._modificationStatusChanged" ID="MdiArea._modificationStatusChanged"></a> |
197 </p><a NAME="MdiArea._modificationStatusChanged" ID="MdiArea._modificationStatusChanged"></a> |
198 <h4>MdiArea._modificationStatusChanged</h4> |
198 <h4>MdiArea._modificationStatusChanged</h4> |
199 <b>_modificationStatusChanged</b>(<i>m, editor</i>) |
199 <b>_modificationStatusChanged</b>(<i>m, editor</i>) |
200 <p> |
200 <p> |
201 Protected slot to handle the modificationStatusChanged signal. |
201 Protected slot to handle the modificationStatusChanged signal. |
202 </p><dl> |
202 </p><dl> |
203 <dt><i>m</i></dt> |
203 <dt><i>m</i></dt> |
204 <dd> |
204 <dd> |
205 flag indicating the modification status (boolean) |
205 flag indicating the modification status (boolean) |
206 </dd><dt><i>editor</i></dt> |
206 </dd><dt><i>editor</i></dt> |
207 <dd> |
207 <dd> |
208 editor window changed |
208 editor window changed |
209 </dd> |
209 </dd> |
210 </dl><a NAME="MdiArea._removeAllViews" ID="MdiArea._removeAllViews"></a> |
210 </dl><a NAME="MdiArea._removeAllViews" ID="MdiArea._removeAllViews"></a> |
211 <h4>MdiArea._removeAllViews</h4> |
211 <h4>MdiArea._removeAllViews</h4> |
212 <b>_removeAllViews</b>(<i></i>) |
212 <b>_removeAllViews</b>(<i></i>) |
213 <p> |
213 <p> |
214 Protected method to remove all views (i.e. windows) |
214 Protected method to remove all views (i.e. windows) |
215 </p><a NAME="MdiArea._removeView" ID="MdiArea._removeView"></a> |
215 </p><a NAME="MdiArea._removeView" ID="MdiArea._removeView"></a> |
216 <h4>MdiArea._removeView</h4> |
216 <h4>MdiArea._removeView</h4> |
217 <b>_removeView</b>(<i>win</i>) |
217 <b>_removeView</b>(<i>win</i>) |
218 <p> |
218 <p> |
219 Protected method to remove a view (i.e. window) |
219 Protected method to remove a view (i.e. window) |
220 </p><dl> |
220 </p><dl> |
221 <dt><i>win</i></dt> |
221 <dt><i>win</i></dt> |
222 <dd> |
222 <dd> |
223 editor window to be removed |
223 editor window to be removed |
224 </dd> |
224 </dd> |
225 </dl><a NAME="MdiArea._showView" ID="MdiArea._showView"></a> |
225 </dl><a NAME="MdiArea._showView" ID="MdiArea._showView"></a> |
226 <h4>MdiArea._showView</h4> |
226 <h4>MdiArea._showView</h4> |
227 <b>_showView</b>(<i>win, fn = None</i>) |
227 <b>_showView</b>(<i>win, fn = None</i>) |
228 <p> |
228 <p> |
229 Private method to show a view (i.e. window) |
229 Private method to show a view (i.e. window) |
230 </p><dl> |
230 </p><dl> |
231 <dt><i>win</i></dt> |
231 <dt><i>win</i></dt> |
232 <dd> |
232 <dd> |
233 editor window to be shown |
233 editor window to be shown |
234 </dd><dt><i>fn</i></dt> |
234 </dd><dt><i>fn</i></dt> |
235 <dd> |
235 <dd> |
236 filename of this editor (string) |
236 filename of this editor (string) |
237 </dd> |
237 </dd> |
238 </dl><a NAME="MdiArea._syntaxErrorToggled" ID="MdiArea._syntaxErrorToggled"></a> |
238 </dl><a NAME="MdiArea._syntaxErrorToggled" ID="MdiArea._syntaxErrorToggled"></a> |
239 <h4>MdiArea._syntaxErrorToggled</h4> |
239 <h4>MdiArea._syntaxErrorToggled</h4> |
240 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
240 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
241 <p> |
241 <p> |
242 Protected slot to handle the syntaxerrorToggled signal. |
242 Protected slot to handle the syntaxerrorToggled signal. |
243 </p><dl> |
243 </p><dl> |
244 <dt><i>editor</i></dt> |
244 <dt><i>editor</i></dt> |
245 <dd> |
245 <dd> |
246 editor that sent the signal |
246 editor that sent the signal |
247 </dd> |
247 </dd> |
248 </dl><a NAME="MdiArea.activeWindow" ID="MdiArea.activeWindow"></a> |
248 </dl><a NAME="MdiArea.activeWindow" ID="MdiArea.activeWindow"></a> |
249 <h4>MdiArea.activeWindow</h4> |
249 <h4>MdiArea.activeWindow</h4> |
250 <b>activeWindow</b>(<i></i>) |
250 <b>activeWindow</b>(<i></i>) |
251 <p> |
251 <p> |
252 Private method to return the active (i.e. current) window. |
252 Private method to return the active (i.e. current) window. |
253 </p><dl> |
253 </p><dl> |
254 <dt>Returns:</dt> |
254 <dt>Returns:</dt> |
255 <dd> |
255 <dd> |
256 reference to the active editor |
256 reference to the active editor |
257 </dd> |
257 </dd> |
258 </dl><a NAME="MdiArea.canCascade" ID="MdiArea.canCascade"></a> |
258 </dl><a NAME="MdiArea.canCascade" ID="MdiArea.canCascade"></a> |
259 <h4>MdiArea.canCascade</h4> |
259 <h4>MdiArea.canCascade</h4> |
260 <b>canCascade</b>(<i></i>) |
260 <b>canCascade</b>(<i></i>) |
261 <p> |
261 <p> |
262 Public method to signal if cascading of managed windows is available. |
262 Public method to signal if cascading of managed windows is available. |
263 </p><dl> |
263 </p><dl> |
264 <dt>Returns:</dt> |
264 <dt>Returns:</dt> |
265 <dd> |
265 <dd> |
266 flag indicating cascading of windows is available |
266 flag indicating cascading of windows is available |
267 </dd> |
267 </dd> |
268 </dl><a NAME="MdiArea.canSplit" ID="MdiArea.canSplit"></a> |
268 </dl><a NAME="MdiArea.canSplit" ID="MdiArea.canSplit"></a> |
269 <h4>MdiArea.canSplit</h4> |
269 <h4>MdiArea.canSplit</h4> |
270 <b>canSplit</b>(<i></i>) |
270 <b>canSplit</b>(<i></i>) |
271 <p> |
271 <p> |
272 public method to signal if splitting of the view is available. |
272 public method to signal if splitting of the view is available. |
273 </p><dl> |
273 </p><dl> |
274 <dt>Returns:</dt> |
274 <dt>Returns:</dt> |
275 <dd> |
275 <dd> |
276 flag indicating splitting of the view is available. |
276 flag indicating splitting of the view is available. |
277 </dd> |
277 </dd> |
278 </dl><a NAME="MdiArea.canTile" ID="MdiArea.canTile"></a> |
278 </dl><a NAME="MdiArea.canTile" ID="MdiArea.canTile"></a> |
279 <h4>MdiArea.canTile</h4> |
279 <h4>MdiArea.canTile</h4> |
280 <b>canTile</b>(<i></i>) |
280 <b>canTile</b>(<i></i>) |
281 <p> |
281 <p> |
282 Public method to signal if tiling of managed windows is available. |
282 Public method to signal if tiling of managed windows is available. |
283 </p><dl> |
283 </p><dl> |
284 <dt>Returns:</dt> |
284 <dt>Returns:</dt> |
285 <dd> |
285 <dd> |
286 flag indicating tiling of windows is available |
286 flag indicating tiling of windows is available |
287 </dd> |
287 </dd> |
288 </dl><a NAME="MdiArea.cascade" ID="MdiArea.cascade"></a> |
288 </dl><a NAME="MdiArea.cascade" ID="MdiArea.cascade"></a> |
289 <h4>MdiArea.cascade</h4> |
289 <h4>MdiArea.cascade</h4> |
290 <b>cascade</b>(<i></i>) |
290 <b>cascade</b>(<i></i>) |
291 <p> |
291 <p> |
292 Public method to cascade the managed windows. |
292 Public method to cascade the managed windows. |
293 </p><a NAME="MdiArea.eventFilter" ID="MdiArea.eventFilter"></a> |
293 </p><a NAME="MdiArea.eventFilter" ID="MdiArea.eventFilter"></a> |
294 <h4>MdiArea.eventFilter</h4> |
294 <h4>MdiArea.eventFilter</h4> |
295 <b>eventFilter</b>(<i>watched, event</i>) |
295 <b>eventFilter</b>(<i>watched, event</i>) |
296 <p> |
296 <p> |
297 Public method called to filter the event queue. |
297 Public method called to filter the event queue. |
298 </p><dl> |
298 </p><dl> |
299 <dt><i>watched</i></dt> |
299 <dt><i>watched</i></dt> |
300 <dd> |
300 <dd> |
301 the QObject being watched |
301 the QObject being watched |
302 </dd><dt><i>event</i></dt> |
302 </dd><dt><i>event</i></dt> |
303 <dd> |
303 <dd> |
304 the event that occurred |
304 the event that occurred |
305 </dd> |
305 </dd> |
306 </dl><dl> |
306 </dl><dl> |
307 <dt>Returns:</dt> |
307 <dt>Returns:</dt> |
308 <dd> |
308 <dd> |
309 flag indicating, whether the event was handled (boolean) |
309 flag indicating, whether the event was handled (boolean) |
310 </dd> |
310 </dd> |
311 </dl><a NAME="MdiArea.setEditorName" ID="MdiArea.setEditorName"></a> |
311 </dl><a NAME="MdiArea.setEditorName" ID="MdiArea.setEditorName"></a> |
312 <h4>MdiArea.setEditorName</h4> |
312 <h4>MdiArea.setEditorName</h4> |
313 <b>setEditorName</b>(<i>editor, newName</i>) |
313 <b>setEditorName</b>(<i>editor, newName</i>) |
314 <p> |
314 <p> |
315 Public method to change the displayed name of the editor. |
315 Public method to change the displayed name of the editor. |
316 </p><dl> |
316 </p><dl> |
317 <dt><i>editor</i></dt> |
317 <dt><i>editor</i></dt> |
318 <dd> |
318 <dd> |
319 editor window to be changed |
319 editor window to be changed |
320 </dd><dt><i>newName</i></dt> |
320 </dd><dt><i>newName</i></dt> |
321 <dd> |
321 <dd> |
322 new name to be shown (string or QString) |
322 new name to be shown (string or QString) |
323 </dd> |
323 </dd> |
324 </dl><a NAME="MdiArea.showWindowMenu" ID="MdiArea.showWindowMenu"></a> |
324 </dl><a NAME="MdiArea.showWindowMenu" ID="MdiArea.showWindowMenu"></a> |
325 <h4>MdiArea.showWindowMenu</h4> |
325 <h4>MdiArea.showWindowMenu</h4> |
326 <b>showWindowMenu</b>(<i>windowMenu</i>) |
326 <b>showWindowMenu</b>(<i>windowMenu</i>) |
327 <p> |
327 <p> |
328 Public method to set up the viewmanager part of the Window menu. |
328 Public method to set up the viewmanager part of the Window menu. |
329 </p><dl> |
329 </p><dl> |
330 <dt><i>windowMenu</i></dt> |
330 <dt><i>windowMenu</i></dt> |
331 <dd> |
331 <dd> |
332 reference to the window menu |
332 reference to the window menu |
333 </dd> |
333 </dd> |
334 </dl><a NAME="MdiArea.tile" ID="MdiArea.tile"></a> |
334 </dl><a NAME="MdiArea.tile" ID="MdiArea.tile"></a> |
335 <h4>MdiArea.tile</h4> |
335 <h4>MdiArea.tile</h4> |
336 <b>tile</b>(<i></i>) |
336 <b>tile</b>(<i></i>) |
337 <p> |
337 <p> |
338 Public method to tile the managed windows. |
338 Public method to tile the managed windows. |
339 </p> |
339 </p> |
340 <div align="right"><a href="#top">Up</a></div> |
340 <div align="right"><a href="#top">Up</a></div> |
341 <hr /> |
341 <hr /> |
342 </body></html> |
342 </body></html> |