]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_controls.py
new port constants
[wxWidgets.git] / wxPython / src / msw / _controls.py
index df638fff8c85a1b0d8ecfe693307ec9d2f07b8e3..e1e02ad97aa6e323f9ccfe8f8e0edd031e8dba40 100644 (file)
@@ -6429,6 +6429,22 @@ class PickerBase(_core.Control):
         """
         return _controls_.PickerBase_GetTextCtrlProportion(*args, **kwargs)
 
+    def SetPickerCtrlProportion(*args, **kwargs):
+        """
+        SetPickerCtrlProportion(self, int prop)
+
+        Sets the proportion value of the picker.
+        """
+        return _controls_.PickerBase_SetPickerCtrlProportion(*args, **kwargs)
+
+    def GetPickerCtrlProportion(*args, **kwargs):
+        """
+        GetPickerCtrlProportion(self) -> int
+
+        Gets the proportion value of the picker.
+        """
+        return _controls_.PickerBase_GetPickerCtrlProportion(*args, **kwargs)
+
     def IsTextCtrlGrowable(*args, **kwargs):
         """IsTextCtrlGrowable(self) -> bool"""
         return _controls_.PickerBase_IsTextCtrlGrowable(*args, **kwargs)