remove 'point' arg from kwargs if it was replaced
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,7 +27,7 @@ MAKE_CONST_WXSTRING(SliderNameStr);
|
||||
|
||||
class wxSlider : public wxControl {
|
||||
public:
|
||||
%pythonPrepend wxSlider "if kwargs.has_key('point'): kwargs['pos'] = kwargs['point']"
|
||||
%pythonPrepend wxSlider "if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']"
|
||||
%pythonPrepend wxSlider() ""
|
||||
%pythonAppend wxSlider "self._setOORInfo(self)"
|
||||
%pythonAppend wxSlider() ""
|
||||
|
Reference in New Issue
Block a user