src/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.StackedUrlBar.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.StackedUrlBar.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.StackedUrlBar.html	Fri Dec 22 17:24:07 2023 +0100
@@ -90,9 +90,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="StackedUrlBar.currentUrlBar" ID="StackedUrlBar.currentUrlBar"></a>
@@ -105,7 +105,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the current URL bar (UrlBar)
+reference to the current URL bar
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+UrlBar
 </dd>
 </dl>
 <a NAME="StackedUrlBar.moveBar" ID="StackedUrlBar.moveBar"></a>
@@ -117,13 +123,13 @@
 </p>
 <dl>
 
-<dt><i>from_</i></dt>
+<dt><i>from_</i> (int)</dt>
 <dd>
-index of URL bar to be moved (integer)
+index of URL bar to be moved
 </dd>
-<dt><i>to_</i></dt>
+<dt><i>to_</i> (int)</dt>
 <dd>
-index to move the URL bar to (integer)
+index to move the URL bar to
 </dd>
 </dl>
 <a NAME="StackedUrlBar.urlBar" ID="StackedUrlBar.urlBar"></a>
@@ -135,15 +141,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-index of the url bar (integer)
+index of the url bar
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the URL bar for the given index (UrlBar)
+reference to the URL bar for the given index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+UrlBar
 </dd>
 </dl>
 <a NAME="StackedUrlBar.urlBars" ID="StackedUrlBar.urlBars"></a>
@@ -156,7 +168,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of references to URL bars (list of UrlBar)
+list of references to URL bars
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of UrlBar
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial