- %addtofunc wxSlider "self._setOORInfo(self)"
- %addtofunc wxSlider() ""
-
- wxSlider(wxWindow* parent, wxWindowID id,
- int value, int minValue, int maxValue,
- const wxPoint& point = wxDefaultPosition,
+ %pythonPrepend wxSlider "if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']"
+ %pythonPrepend wxSlider() ""
+ %pythonAppend wxSlider "self._setOORInfo(self)"
+ %pythonAppend wxSlider() ""
+
+ wxSlider(wxWindow* parent, wxWindowID id=-1,
+ int value=0, int minValue=0, int maxValue=100,
+ const wxPoint& pos = wxDefaultPosition,