git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26975
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxString& name = wxPyToggleButtonNameStr);
%name(PreToggleButton)wxToggleButton();
-#if defined(__WXMSW__) || defined(__WXGTK__)
bool Create(wxWindow *parent,
wxWindowID id,
const wxString& label,
void SetValue(bool value);
bool GetValue() const ;
void SetLabel(const wxString& label);
-#endif
};
//---------------------------------------------------------------------------