From 72fc5caf0644f2ac2f110a07c037e5f3b0c73829 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 29 Jan 2000 01:12:55 +0000 Subject: [PATCH] bugfix: added wxWindowBase::OnMiddleClick declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/window.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0