--- a/src/eric7/Documentation/Source/eric7.QScintilla.GotoDialog.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.GotoDialog.html Thu Dec 21 12:03:40 2023 +0100 @@ -78,25 +78,25 @@ </p> <dl> -<dt><i>maximum</i></dt> +<dt><i>maximum</i> (int)</dt> <dd> -maximum allowed for the spinbox (integer) +maximum allowed for the spinbox </dd> -<dt><i>curLine</i></dt> +<dt><i>curLine</i> (int)</dt> <dd> -current line number (integer) +current line number </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of this dialog (string) +name of this dialog </dd> -<dt><i>modal</i></dt> +<dt><i>modal</i> (bool)</dt> <dd> -flag indicating a modal dialog (boolean) +flag indicating a modal dialog </dd> </dl> <a NAME="GotoDialog.getLinenumber" ID="GotoDialog.getLinenumber"></a> @@ -109,7 +109,13 @@ <dl> <dt>Return:</dt> <dd> -line number (int) +line number +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <div align="right"><a href="#top">Up</a></div>