]>
git.saurik.com Git - wxWidgets.git/blob - src/common/spinbuttcmn.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/common/spinbuttcmn.cpp
3 // Purpose: define wxSpinButton event types
7 // Copyright: (c) 2008-2009 wxWidgets team
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 // ============================================================================
13 // ============================================================================
15 // ----------------------------------------------------------------------------
17 // ----------------------------------------------------------------------------
19 // For compilers that support precompilation, includes "wx.h".
20 #include "wx/wxprec.h"
26 #include "wx/spinbutt.h"
28 wxDEFINE_EVENT_REFERENCE( wxEVT_SPIN_UP
, wxSpinEvent
, wxEVT_SCROLL_LINEUP
)
29 wxDEFINE_EVENT_REFERENCE( wxEVT_SPIN_DOWN
, wxSpinEvent
, wxEVT_SCROLL_LINEDOWN
)
30 wxDEFINE_EVENT_REFERENCE( wxEVT_SPIN
, wxSpinEvent
, wxEVT_SCROLL_THUMBTRACK
)