// Adjusts the panes
void OnSize(wxSizeEvent& event);
-#ifdef __WXMSW__
+#if defined(__WXMSW__) || defined(__WXMAC__)
// Handle cursor correctly
void OnSetCursor(wxSetCursorEvent& event);
#endif // wxMSW
wxSashDragStatus m_dragStatus;
private:
- DECLARE_DYNAMIC_CLASS(wxSashEvent)
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxSashEvent)
};
typedef void (wxEvtHandler::*wxSashEventFunction)(wxSashEvent&);