diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html --- a/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html Tue Apr 23 11:26:04 2024 +0200 @@ -184,7 +184,7 @@ </dl> <a NAME="PythonAstViewer.__astItemClicked" ID="PythonAstViewer.__astItemClicked"></a> <h4>PythonAstViewer.__astItemClicked</h4> -<b>__astItemClicked</b>(<i>itm, column</i>) +<b>__astItemClicked</b>(<i>itm, _column</i>) <p> Private slot handling a user click on an AST node item. </p> @@ -195,9 +195,9 @@ <dd> reference to the clicked item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column number of the click +column number of the click (unused) </dd> </dl> <a NAME="PythonAstViewer.__astViewerStateChanged" ID="PythonAstViewer.__astViewerStateChanged"></a> @@ -531,16 +531,16 @@ <a NAME="PythonAstViewer.resizeEvent" ID="PythonAstViewer.resizeEvent"></a> <h4>PythonAstViewer.resizeEvent</h4> -<b>resizeEvent</b>(<i>evt</i>) +<b>resizeEvent</b>(<i>_evt</i>) <p> Protected method to handle resize events. </p> <dl> -<dt><i>evt</i> (QResizeEvent)</dt> +<dt><i>_evt</i> (QResizeEvent)</dt> <dd> -resize event +resize event (unused) </dd> </dl> <a NAME="PythonAstViewer.show" ID="PythonAstViewer.show"></a>