Changes for wxEventType
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -927,9 +927,10 @@ typedef void (wxObject::*wxObjectEventFunction)(wxEvent&);
|
||||
|
||||
struct WXDLLEXPORT wxEventTableEntry
|
||||
{
|
||||
int m_eventType; // main event type
|
||||
int m_id; // control/menu/toolbar id
|
||||
int m_lastId; // used for ranges of ids
|
||||
// For some reason, this can't be wxEventType, or VC++ complains.
|
||||
int m_eventType; // main event type
|
||||
int m_id; // control/menu/toolbar id
|
||||
int m_lastId; // used for ranges of ids
|
||||
wxObjectEventFunction m_fn; // function to call: not wxEventFunction, because
|
||||
// of dependency problems
|
||||
wxObject* m_callbackUserData;
|
||||
|
Reference in New Issue
Block a user