From: Václav Slavík Date: Sat, 29 Jan 2000 01:12:55 +0000 (+0000) Subject: bugfix: added wxWindowBase::OnMiddleClick declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/72fc5caf0644f2ac2f110a07c037e5f3b0c73829 bugfix: added wxWindowBase::OnMiddleClick declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/window.h b/include/wx/window.h index ad077a0574..28f89731f9 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -652,6 +652,7 @@ public: // event handlers void OnSysColourChanged( wxSysColourChangedEvent& event ); void OnInitDialog( wxInitDialogEvent &event ); + void OnMiddleClick( wxMouseEvent& event ); // get the haqndle of the window for the underlying window system: this // is only used for wxWin itself or for user code which wants to call