windows emit wxCreateWindowEvent
generic controls use wxINVERT for rubberbands etc wxXOR maps to GdkXOR etc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -170,6 +170,16 @@ wxScrollWinEvent::wxScrollWinEvent(wxEventType commandType,
|
||||
m_commandInt = pos;
|
||||
}
|
||||
|
||||
void wxScrollWinEvent::CopyObject(wxObject& obj_d) const
|
||||
{
|
||||
wxScrollWinEvent *obj = (wxScrollWinEvent*)&obj_d;
|
||||
|
||||
wxEvent::CopyObject(obj_d);
|
||||
|
||||
obj->m_extraLong = m_extraLong;
|
||||
obj->m_commandInt = m_commandInt;
|
||||
}
|
||||
|
||||
/*
|
||||
* Mouse events
|
||||
*
|
||||
|
Reference in New Issue
Block a user