X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..17d3ce7eff96fd24cd93501dfe2b9d625904976e:/include/wx/tglbtn.h diff --git a/include/wx/tglbtn.h b/include/wx/tglbtn.h index e0d53e661e..a69f362286 100644 --- a/include/wx/tglbtn.h +++ b/include/wx/tglbtn.h @@ -24,21 +24,19 @@ BEGIN_DECLARE_EVENT_TYPES() DECLARE_EVENT_TYPE(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, 19) END_DECLARE_EVENT_TYPES() -#define EVT_TOGGLEBUTTON(id, fn) DECLARE_EVENT_TABLE_ENTRY( wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) & fn, (wxObject *) NULL ), +#define EVT_TOGGLEBUTTON(id, fn) DECLARE_EVENT_TABLE_ENTRY( wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, id, -1, (wxObjectEventFunction) (wxEventFunction) wxStaticCastEvent( wxCommandEventFunction, & fn ), (wxObject *) NULL ), #if defined(__WXMSW__) #include "wx/msw/tglbtn.h" #elif defined(__WXGTK__) #include "wx/gtk/tglbtn.h" -/* # elif defined(__WXMOTIF__) -# include "wx/motif/tglbtn.h" -# elif defined(__WXMAC__) -# include "wx/mac/tglbtn.h" + #include "wx/motif/tglbtn.h" +#elif defined(__WXMAC__) + #include "wx/mac/tglbtn.h" +/* # elif defined(__WXPM__) # include "wx/os2/tglbtn.h" -# elif defined(__WXSTUBS__) -# include "wx/stubs/tglbtn.h" */ #endif