167 <td><a href="#Listspace.__init__">Listspace</a></td> |
167 <td><a href="#Listspace.__init__">Listspace</a></td> |
168 <td>Constructor</td> |
168 <td>Constructor</td> |
169 </tr> |
169 </tr> |
170 <tr> |
170 <tr> |
171 <td><a href="#Listspace.__captionChange">__captionChange</a></td> |
171 <td><a href="#Listspace.__captionChange">__captionChange</a></td> |
172 <td>Private method to handle caption change signals from the editor.</td> |
172 <td></td> |
173 </tr> |
173 </tr> |
174 <tr> |
174 <tr> |
175 <td><a href="#Listspace.__contextMenuClose">__contextMenuClose</a></td> |
175 <td><a href="#Listspace.__contextMenuClose">__contextMenuClose</a></td> |
176 <td>Private method to close the selected editor.</td> |
176 <td>Private method to close the selected editor.</td> |
177 </tr> |
177 </tr> |
374 </dl> |
374 </dl> |
375 <a NAME="Listspace.__captionChange" ID="Listspace.__captionChange"></a> |
375 <a NAME="Listspace.__captionChange" ID="Listspace.__captionChange"></a> |
376 <h4>Listspace.__captionChange</h4> |
376 <h4>Listspace.__captionChange</h4> |
377 <b>__captionChange</b>(<i>cap, editor</i>) |
377 <b>__captionChange</b>(<i>cap, editor</i>) |
378 |
378 |
379 <p> |
|
380 Private method to handle caption change signals from the editor. |
|
381 </p> |
|
382 <p> |
|
383 Updates the listwidget text to reflect the new caption information. |
|
384 </p> |
|
385 <dl> |
|
386 |
|
387 <dt><i>cap</i> (str)</dt> |
|
388 <dd> |
|
389 Caption for the editor |
|
390 </dd> |
|
391 <dt><i>editor</i> (Editor)</dt> |
|
392 <dd> |
|
393 Editor to update the caption for |
|
394 </dd> |
|
395 </dl> |
|
396 <a NAME="Listspace.__contextMenuClose" ID="Listspace.__contextMenuClose"></a> |
379 <a NAME="Listspace.__contextMenuClose" ID="Listspace.__contextMenuClose"></a> |
397 <h4>Listspace.__contextMenuClose</h4> |
380 <h4>Listspace.__contextMenuClose</h4> |
398 <b>__contextMenuClose</b>(<i></i>) |
381 <b>__contextMenuClose</b>(<i></i>) |
399 |
382 |
400 <p> |
383 <p> |