--- a/eric6/Documentation/Source/eric6.E5Gui.E5SideBar.html Tue Apr 27 17:42:00 2021 +0200 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5SideBar.html Wed Apr 28 19:42:28 2021 +0200 @@ -38,6 +38,10 @@ <td><a href="#E5SideBar">E5SideBar</a></td> <td>Class implementing a sidebar with a widget area, that is hidden or shown, if the current tab is clicked again.</td> </tr> +<tr> +<td><a href="#E5SideBarSide">E5SideBarSide</a></td> +<td>Class defining the sidebar sides.</td> +</tr> </table> <h3>Functions</h3> @@ -58,7 +62,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>East</td></tr><tr><td>North</td></tr><tr><td>South</td></tr><tr><td>Version</td></tr><tr><td>West</td></tr> +<tr><td>Version</td></tr> </table> <h3>Class Methods</h3> @@ -269,19 +273,17 @@ </p> <dl> -<dt><i>orientation</i></dt> +<dt><i>orientation</i> (E5SideBarSide)</dt> <dd> -orientation of the sidebar widget (North, East, - South, West) +orientation of the sidebar widget </dd> -<dt><i>delay</i></dt> +<dt><i>delay</i> (int)</dt> <dd> value for the expand/shrink delay in milliseconds - (integer) </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="E5SideBar.__appFocusChanged" ID="E5SideBar.__appFocusChanged"></a> @@ -617,7 +619,13 @@ <dl> <dt>Return:</dt> <dd> -orientation of the sidebar (North, East, South, West) +orientation of the sidebar +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +E5SideBarSide </dd> </dl> <a NAME="E5SideBar.prevTab" ID="E5SideBar.prevTab"></a> @@ -728,9 +736,9 @@ </p> <dl> -<dt><i>orient</i></dt> +<dt><i>orient</i> (E5SideBarSide)</dt> <dd> -orientation of the sidebar (North, East, South, West) +orientation of the sidebar </dd> </dl> <a NAME="E5SideBar.setSplitter" ID="E5SideBar.setSplitter"></a> @@ -958,4 +966,36 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="E5SideBarSide" ID="E5SideBarSide"></a> +<h2>E5SideBarSide</h2> + +<p> + Class defining the sidebar sides. +</p> +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> + +<table> +<tr><td>EAST</td></tr><tr><td>NORTH</td></tr><tr><td>SOUTH</td></tr><tr><td>WEST</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file