src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10692
9becf9ca115c
diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html
--- a/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html	Sat Apr 20 18:02:35 2024 +0200
@@ -263,7 +263,7 @@
 </dl>
 <a NAME="PythonAstViewer.__editorDoubleClicked" ID="PythonAstViewer.__editorDoubleClicked"></a>
 <h4>PythonAstViewer.__editorDoubleClicked</h4>
-<b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>)
+<b>__editorDoubleClicked</b>(<i>editor, _pos, buttons</i>)
 <p>
         Private slot to handle a mouse button double click in the editor.
 </p>
@@ -274,9 +274,9 @@
 <dd>
 reference to the editor, that emitted the signal
 </dd>
-<dt><i>pos</i> (QPoint)</dt>
+<dt><i>_pos</i> (QPoint)</dt>
 <dd>
-position of the double click
+position of the double click (unused)
 </dd>
 <dt><i>buttons</i> (Qt.MouseButton)</dt>
 <dd>

eric ide

mercurial