382 parent widget |
382 parent widget |
383 </dd> |
383 </dd> |
384 </dl> |
384 </dl> |
385 <a NAME="Listspace.__captionChange" ID="Listspace.__captionChange"></a> |
385 <a NAME="Listspace.__captionChange" ID="Listspace.__captionChange"></a> |
386 <h4>Listspace.__captionChange</h4> |
386 <h4>Listspace.__captionChange</h4> |
387 <b>__captionChange</b>(<i>cap, editor</i>) |
387 <b>__captionChange</b>(<i>_cap, editor</i>) |
388 <p> |
388 <p> |
389 Private method to handle caption change signals from the editor. |
389 Private method to handle caption change signals from the editor. |
390 </p> |
390 </p> |
391 <p> |
391 <p> |
392 Updates the listwidget text to reflect the new caption information. |
392 Updates the listwidget text to reflect the new caption information. |
393 </p> |
393 </p> |
394 |
394 |
395 <dl> |
395 <dl> |
396 |
396 |
397 <dt><i>cap</i> (str)</dt> |
397 <dt><i>_cap</i> (str)</dt> |
398 <dd> |
398 <dd> |
399 Caption for the editor |
399 caption for the editor (unused) |
400 </dd> |
400 </dd> |
401 <dt><i>editor</i> (Editor)</dt> |
401 <dt><i>editor</i> (Editor)</dt> |
402 <dd> |
402 <dd> |
403 Editor to update the caption for |
403 Editor to update the caption for |
404 </dd> |
404 </dd> |
625 name to be used for an unnamed editor |
625 name to be used for an unnamed editor |
626 </dd> |
626 </dd> |
627 <dt><i>addNext</i> (bool)</dt> |
627 <dt><i>addNext</i> (bool)</dt> |
628 <dd> |
628 <dd> |
629 flag indicating to add the view next to the current |
629 flag indicating to add the view next to the current |
630 view |
630 view (unused) |
631 </dd> |
631 </dd> |
632 <dt><i>indexes</i> (tuple of two int)</dt> |
632 <dt><i>indexes</i> (tuple of two int)</dt> |
633 <dd> |
633 <dd> |
634 of the editor, first the split view index, second the |
634 of the editor, first the split view index, second the |
635 index within the view |
635 index within the view |