]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_picker.i
Add wx.menuBar.UpdateMenus
[wxWidgets.git] / wxPython / src / _picker.i
index 78eb6632c2344988337a8c5457645de249226dcf..5314d3686bacf7a5b6f78261b8492d519ab355c9 100644 (file)
@@ -68,6 +68,16 @@ The value passed to this function must be >= 1.", "");
         int , GetTextCtrlProportion() const,
         "Returns the proportion between the text control and the picker.", "");
 
+
+    DocDeclStr(
+        void , SetPickerCtrlProportion(int prop),
+        "Sets the proportion value of the picker.", "");
+    
+    DocDeclStr(
+        int , GetPickerCtrlProportion() const,
+        "Gets the proportion value of the picker.", "");
+    
+    
     DocDeclStr(
         bool , IsTextCtrlGrowable() const,
         "", "");