git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19966
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Adjusts the panes
void OnSize(wxSizeEvent& event);
// Adjusts the panes
void OnSize(wxSizeEvent& event);
+#if defined(__WXMSW__) || defined(__WXMAC__)
// Handle cursor correctly
void OnSetCursor(wxSetCursorEvent& event);
#endif // wxMSW
// Handle cursor correctly
void OnSetCursor(wxSetCursorEvent& event);
#endif // wxMSW
protected:
// event handlers
protected:
// event handlers
+#if defined(__WXMSW__) || defined(__WXMAC__)
void OnSetCursor(wxSetCursorEvent& event);
#endif // wxMSW
void OnSetCursor(wxSetCursorEvent& event);
#endif // wxMSW