]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sizer.h
avoid GTK+ prefixes for our tree entry code, it is not part of GTK+, should have...
[wxWidgets.git] / interface / wx / sizer.h
index 056c3fa13c62d6b0d408e70596b9b6a749de6a7d..8cc1117c74f16b59674ae301da5fd45dbc9af6fc 100644 (file)
@@ -1883,6 +1883,12 @@ public:
     */
     int GetOrientation() const;
 
+    /**
+        Sets the orientation of the box sizer, either wxVERTICAL
+        or wxHORIZONTAL.
+    */
+    void SetOrientation(int orient);
+
     /**
         Implements the calculation of a box sizer's dimensions and then sets
         the size of its children (calling wxWindow::SetSize if the child is a window).