]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/sashwin.h
All char, char *, and char arrays changed to use wxChar or wxString. 99% backward...
[wxWidgets.git] / include / wx / generic / sashwin.h
index 0229f0c7fe0988c5c9726562115cf20f71744d7f..81fcdf1b88798092144f5d61fe0fe24aacdae7f4 100644 (file)
@@ -229,9 +229,9 @@ class WXDLLEXPORT wxSashEvent: public wxCommandEvent
 typedef void (wxEvtHandler::*wxSashEventFunction)(wxSashEvent&);
 
 #define EVT_SASH_DRAGGED(id, fn) \
-    wxEventTableEntry( wxEVT_SASH_DRAGGED, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxSashEventFunction) & fn, NULL ),
+    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SASH_DRAGGED, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxSashEventFunction) & fn, NULL ),
 #define EVT_SASH_DRAGGED_RANGE(id1, id2, fn) \
-    wxEventTableEntry( wxEVT_SASH_DRAGGED, id1, id2, (wxObjectEventFunction) (wxEventFunction) (wxSashEventFunction) & fn, NULL ),
+    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SASH_DRAGGED, id1, id2, (wxObjectEventFunction) (wxEventFunction) (wxSashEventFunction) & fn, NULL ),
 
 #endif // wxUSE_SASH