deprecate OnScroll() which existed for compatibility only even before
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -189,9 +189,11 @@ public:
|
|||||||
#endif // wxUSE_MOUSEWHEEL
|
#endif // wxUSE_MOUSEWHEEL
|
||||||
void HandleOnChildFocus(wxChildFocusEvent& event);
|
void HandleOnChildFocus(wxChildFocusEvent& event);
|
||||||
|
|
||||||
// FIXME: this is needed for now for wxPlot compilation, should be removed
|
#if WXWIN_COMPATIBILITY_2_8
|
||||||
// once it is fixed!
|
wxDEPRECATED(
|
||||||
void OnScroll(wxScrollWinEvent& event) { HandleOnScroll(event); }
|
void OnScroll(wxScrollWinEvent& event) { HandleOnScroll(event); }
|
||||||
|
)
|
||||||
|
#endif // WXWIN_COMPATIBILITY_2_8
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// get pointer to our scroll rect if we use it or NULL
|
// get pointer to our scroll rect if we use it or NULL
|
||||||
|
Reference in New Issue
Block a user