diff --git a/wxPython/src/controls.i b/wxPython/src/controls.i index 54ed6ec58a..2627f37e2b 100644 --- a/wxPython/src/controls.i +++ b/wxPython/src/controls.i @@ -1134,7 +1134,9 @@ public: int GetValue(); void SetRange(int min, int max); void SetValue(int value); - +#ifndef __WXGTK__ + void SetSelection(long from, long to); +#endif };