]> git.saurik.com Git - wxWidgets.git/commitdiff
bugfix: added wxWindowBase::OnMiddleClick declaration
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 29 Jan 2000 01:12:55 +0000 (01:12 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 29 Jan 2000 01:12:55 +0000 (01:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/window.h

index ad077a0574d00470fa067059971d86ad8a35e428..28f89731f96018bf78d6e0aebf378eb11e91f5c4 100644 (file)
@@ -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