--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarkNode.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarkNode.html Fri Dec 22 17:24:07 2023 +0100 @@ -98,13 +98,13 @@ </p> <dl> -<dt><i>type_</i></dt> +<dt><i>type_</i> (BookmarkNode.Type)</dt> <dd> -type of the bookmark node (BookmarkNode.Type) +type of the bookmark node </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (BookmarkNode)</dt> <dd> -reference to the parent node (BookmarkNode) +reference to the parent node </dd> </dl> <a NAME="BookmarkNode.add" ID="BookmarkNode.add"></a> @@ -116,13 +116,13 @@ </p> <dl> -<dt><i>child</i></dt> +<dt><i>child</i> (BookmarkNode)</dt> <dd> -reference to the node to add (BookmarkNode) +reference to the node to add </dd> -<dt><i>offset</i></dt> +<dt><i>offset</i> (int)</dt> <dd> -position where to insert child (integer, -1 = append) +position where to insert child (-1 = append) </dd> </dl> <a NAME="BookmarkNode.children" ID="BookmarkNode.children"></a> @@ -135,7 +135,13 @@ <dl> <dt>Return:</dt> <dd> -list of all child nodes (list of BookmarkNode) +list of all child nodes +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of BookmarkNode </dd> </dl> <a NAME="BookmarkNode.parent" ID="BookmarkNode.parent"></a> @@ -148,7 +154,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the parent node (BookmarkNode) +reference to the parent node +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +BookmarkNode </dd> </dl> <a NAME="BookmarkNode.remove" ID="BookmarkNode.remove"></a> @@ -160,9 +172,9 @@ </p> <dl> -<dt><i>child</i></dt> +<dt><i>child</i> (BookmarkNode)</dt> <dd> -reference to the child node (BookmarkNode) +reference to the child node </dd> </dl> <a NAME="BookmarkNode.setType" ID="BookmarkNode.setType"></a> @@ -174,9 +186,9 @@ </p> <dl> -<dt><i>type_</i></dt> +<dt><i>type_</i> (BookmarkNode.Type)</dt> <dd> -type of the bookmark node (BookmarkNode.Type) +type of the bookmark node </dd> </dl> <a NAME="BookmarkNode.type" ID="BookmarkNode.type"></a> @@ -189,7 +201,13 @@ <dl> <dt>Return:</dt> <dd> -bookmark type (BookmarkNode.Type) +bookmark type +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +BookmarkNode.Type </dd> </dl> <div align="right"><a href="#top">Up</a></div>