diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.ViewManager.BookmarkedFilesDialog.html --- a/src/eric7/Documentation/Source/eric7.ViewManager.BookmarkedFilesDialog.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.ViewManager.BookmarkedFilesDialog.html Fri Dec 22 17:24:07 2023 +0100 @@ -110,13 +110,13 @@ </p> <dl> -<dt><i>bookmarks</i></dt> +<dt><i>bookmarks</i> (list of str)</dt> <dd> -list of bookmarked files (list of strings) +list of bookmarked files </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="BookmarkedFilesDialog.__swap" ID="BookmarkedFilesDialog.__swap"></a> @@ -128,13 +128,13 @@ </p> <dl> -<dt><i>itm1</i></dt> +<dt><i>itm1</i> (int)</dt> <dd> -index of first entry (int) +index of first entry </dd> -<dt><i>itm2</i></dt> +<dt><i>itm2</i> (int)</dt> <dd> -index of second entry (int) +index of second entry </dd> </dl> <a NAME="BookmarkedFilesDialog.getBookmarkedFiles" ID="BookmarkedFilesDialog.getBookmarkedFiles"></a> @@ -147,7 +147,13 @@ <dl> <dt>Return:</dt> <dd> -a list of filenames (list of strings) +a list of filenames +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="BookmarkedFilesDialog.on_addButton_clicked" ID="BookmarkedFilesDialog.on_addButton_clicked"></a> @@ -187,9 +193,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -the text of the file edit (string) +the text of the file edit </dd> </dl> <a NAME="BookmarkedFilesDialog.on_filesList_currentRowChanged" ID="BookmarkedFilesDialog.on_filesList_currentRowChanged"></a> @@ -201,9 +207,9 @@ </p> <dl> -<dt><i>row</i></dt> +<dt><i>row</i> (int)</dt> <dd> -the current row (integer) +the current row </dd> </dl> <a NAME="BookmarkedFilesDialog.on_upButton_clicked" ID="BookmarkedFilesDialog.on_upButton_clicked"></a>