--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Wed Nov 20 18:48:39 2013 +0100 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Wed Nov 20 19:50:35 2013 +0100 @@ -742,6 +742,9 @@ <td><a href="#Tabview.eventFilter">eventFilter</a></td> <td>Public method called to filter the event queue.</td> </tr><tr> +<td><a href="#Tabview.getSplitOrientation">getSplitOrientation</a></td> +<td>Public method to get the orientation of the split view.</td> +</tr><tr> <td><a href="#Tabview.getTabWidgetById">getTabWidgetById</a></td> <td>Public method to get a reference to a tab widget knowing its ID.</td> </tr><tr> @@ -938,6 +941,16 @@ <dd> always False </dd> +</dl><a NAME="Tabview.getSplitOrientation" ID="Tabview.getSplitOrientation"></a> +<h4>Tabview.getSplitOrientation</h4> +<b>getSplitOrientation</b>(<i></i>) +<p> + Public method to get the orientation of the split view. +</p><dl> +<dt>Returns:</dt> +<dd> +orientation of the split (Qt.Horizontal or Qt.Vertical) +</dd> </dl><a NAME="Tabview.getTabWidgetById" ID="Tabview.getTabWidgetById"></a> <h4>Tabview.getTabWidgetById</h4> <b>getTabWidgetById</b>(<i>id_</i>)