}
+MustHaveApp(wxToggleButton);
+
class wxToggleButton : public wxControl
{
public:
%pythonAppend wxToggleButton() ""
wxToggleButton(wxWindow *parent,
- wxWindowID id,
- const wxString& label,
+ wxWindowID id=-1,
+ const wxString& label = wxPyEmptyString,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxPyToggleButtonNameStr);
- %name(PreToggleButton)wxToggleButton();
+ %RenameCtor(PreToggleButton, wxToggleButton());
bool Create(wxWindow *parent,
- wxWindowID id,
- const wxString& label,
+ wxWindowID id=-1,
+ const wxString& label = wxPyEmptyString,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,