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:
parent
9922de0b73
commit
72fc5caf06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user