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