diff -r 4bda1d24b8a7 -r 7b84cbd2f752 Documentation/Source/eric5.Helpviewer.HelpWindow.html --- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html Sat Sep 18 18:55:49 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html Sun Sep 19 14:00:57 2010 +0200 @@ -397,6 +397,9 @@ <td><a href="#HelpWindow.bookmarksManager">bookmarksManager</a></td> <td>Class method to get a reference to the bookmarks manager.</td> </tr><tr> +<td><a href="#HelpWindow.browserAt">browserAt</a></td> +<td>Public method to get a reference to the help browser with the given index.</td> +</tr><tr> <td><a href="#HelpWindow.browsers">browsers</a></td> <td>Public method to get a list of references to all help browsers.</td> </tr><tr> @@ -1259,6 +1262,21 @@ <dd> reference to the bookmarks manager (BookmarksManager) </dd> +</dl><a NAME="HelpWindow.browserAt" ID="HelpWindow.browserAt"></a> +<h4>HelpWindow.browserAt</h4> +<b>browserAt</b>(<i>index</i>) +<p> + Public method to get a reference to the help browser with the given index. +</p><dl> +<dt><i>index</i></dt> +<dd> +index of the browser to get (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the indexed help browser (HelpBrowser) +</dd> </dl><a NAME="HelpWindow.browsers" ID="HelpWindow.browsers"></a> <h4>HelpWindow.browsers</h4> <b>browsers</b>(<i></i>)