src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10212
68b6b5127363
child 10382
708119d4377f
--- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html	Fri Oct 27 14:09:40 2023 +0200
@@ -169,7 +169,7 @@
 </tr>
 <tr>
 <td><a href="#Listspace.__captionChange">__captionChange</a></td>
-<td></td>
+<td>Private method to handle caption change signals from the editor.</td>
 </tr>
 <tr>
 <td><a href="#Listspace.__contextMenuClose">__contextMenuClose</a></td>
@@ -380,6 +380,23 @@
 <h4>Listspace.__captionChange</h4>
 <b>__captionChange</b>(<i>cap, editor</i>)
 
+<p>
+        Private method to handle caption change signals from the editor.
+</p>
+<p>
+        Updates the listwidget text to reflect the new caption information.
+</p>
+<dl>
+
+<dt><i>cap</i> (str)</dt>
+<dd>
+Caption for the editor
+</dd>
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+Editor to update the caption for
+</dd>
+</dl>
 <a NAME="Listspace.__contextMenuClose" ID="Listspace.__contextMenuClose"></a>
 <h4>Listspace.__contextMenuClose</h4>
 <b>__contextMenuClose</b>(<i></i>)

eric ide

mercurial