X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9718662d67d84274e813b08800eb84ff886b92c0..777dffec694eae7231e4133e5dc6bbca78045f29:/wxPython/src/_picker.i diff --git a/wxPython/src/_picker.i b/wxPython/src/_picker.i index 78eb6632c2..5314d3686b 100644 --- a/wxPython/src/_picker.i +++ b/wxPython/src/_picker.i @@ -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, "", "");