bugfix: added wxWindowBase::OnMiddleClick declaration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2000-01-29 01:12:55 +00:00
parent 9922de0b73
commit 72fc5caf06

View File

@ -652,6 +652,7 @@ public:
// event handlers // event handlers
void OnSysColourChanged( wxSysColourChangedEvent& event ); void OnSysColourChanged( wxSysColourChangedEvent& event );
void OnInitDialog( wxInitDialogEvent &event ); void OnInitDialog( wxInitDialogEvent &event );
void OnMiddleClick( wxMouseEvent& event );
// get the haqndle of the window for the underlying window system: this // 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 // is only used for wxWin itself or for user code which wants to call