]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
[ 1718338 ] wxToolBarGTK: Implement tool right-click handling
[wxWidgets.git] / wxPython / src / _sizers.i
index bdf9e9641ac55907c02bafd642614af92dd2b7c8..24dab87eed82b4536c8779d797eafcc5a7579b90 100644 (file)
@@ -1436,6 +1436,8 @@ sizer.", "");
         void , SetOrientation(int orient),
         "Resets the orientation of the sizer.", "");
 
+    bool IsVertical() const;
+    
     %property(Orientation, GetOrientation, SetOrientation, doc="See `GetOrientation` and `SetOrientation`");
 };