- %addtofunc wxRadioBox "self._setOORInfo(self)"
- %addtofunc wxRadioBox() ""
-
- wxRadioBox(wxWindow* parent, wxWindowID id,
- const wxString& label,
- const wxPoint& point = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
- int choices = 0, wxString* choices_array = NULL,
- int majorDimension = 0,
- long style = wxRA_HORIZONTAL,
- const wxValidator& validator = wxDefaultValidator,
- const wxString& name = wxPyRadioBoxNameStr);
- %name(PreRadioBox)wxRadioBox();
-
- bool Create(wxWindow* parent, wxWindowID id,
- const wxString& label,
- const wxPoint& point = wxDefaultPosition,
+ %pythonPrepend wxRadioBox "if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']"
+ %pythonPrepend wxRadioBox() ""
+ %pythonAppend wxRadioBox "self._setOORInfo(self)"
+ %pythonAppend wxRadioBox() ""
+
+ wxRadioBox(wxWindow* parent, wxWindowID id=-1,
+ const wxString& label = wxPyEmptyString,
+ const wxPoint& pos = wxDefaultPosition,