Plugins/ViewManagerPlugins/Tabview/Tabview.py

branch
Py2 comp.
changeset 3142
55030c09e142
parent 3080
6c0a430b19df
parent 3100
1c86bf655433
child 3145
a9de05d4a22f
--- a/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Fri Dec 13 22:45:47 2013 +0100
+++ b/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Fri Dec 13 23:39:14 2013 +0100
@@ -1089,6 +1089,14 @@
         
         return False
         
+    def getSplitOrientation(self):
+        """
+        Public method to get the orientation of the split view.
+        
+        @return orientation of the split (Qt.Horizontal or Qt.Vertical)
+        """
+        return self.orientation()
+        
     def setSplitOrientation(self, orientation):
         """
         Public method used to set the orientation of the split view.

eric ide

mercurial