#include "wx/event.h"
#include "wx/control.h" // base class
-extern WXDLLIMPEXP_CORE const wxEventType wxEVT_COMMAND_TOGGLEBUTTON_CLICKED;
+wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_CORE, wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, wxCommandEvent );
// ----------------------------------------------------------------------------
// wxToggleButtonBase
// choose the default border for this window
virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
- DECLARE_NO_COPY_CLASS(wxToggleButtonBase)
+ wxDECLARE_NO_COPY_CLASS(wxToggleButtonBase);
};
# elif defined(__WXMOTIF__)
#include "wx/motif/tglbtn.h"
#elif defined(__WXMAC__)
- #include "wx/mac/tglbtn.h"
+ #include "wx/osx/tglbtn.h"
#elif defined(__WXPALMOS__)
#include "wx/palmos/tglbtn.h"
#elif defined(__WXPM__)