Compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
feb1c9fb0c
commit
4ba64bdeb2
1 changed files with 4 additions and 4 deletions
|
|
@ -630,10 +630,10 @@ void MyScrolledWindowSmart::OnDraw(wxDC& dc)
|
|||
// ----------------------------------------------------------------------------
|
||||
|
||||
BEGIN_EVENT_TABLE(MyAutoTimedScrollingWindow, wxScrolledWindow)
|
||||
EVT_LEFT_DOWN(OnMouseLeftDown)
|
||||
EVT_LEFT_UP(OnMouseLeftUp)
|
||||
EVT_MOTION(OnMouseMove)
|
||||
EVT_SCROLLWIN(OnScroll)
|
||||
EVT_LEFT_DOWN(MyAutoTimedScrollingWindow::OnMouseLeftDown)
|
||||
EVT_LEFT_UP(MyAutoTimedScrollingWindow::OnMouseLeftUp)
|
||||
EVT_MOTION(MyAutoTimedScrollingWindow::OnMouseMove)
|
||||
EVT_SCROLLWIN(MyAutoTimedScrollingWindow::OnScroll)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
MyAutoTimedScrollingWindow::MyAutoTimedScrollingWindow(wxWindow* parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue