X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3af4e610b182d2aeb504bdeeef8b44cb1279f28e..85bc0351f76f6d3f00460a167fc108b900e0725c:/utils/wxPython/src/_defs.i diff --git a/utils/wxPython/src/_defs.i b/utils/wxPython/src/_defs.i index c5121712ac..ce3a96a54a 100644 --- a/utils/wxPython/src/_defs.i +++ b/utils/wxPython/src/_defs.i @@ -23,6 +23,7 @@ class wxBitmap; class wxBrush; class wxButton; class wxCalculateLayoutEvent; +class wxCaret; class wxCheckBox; class wxCheckListBox; class wxChoice; @@ -542,8 +543,8 @@ typedef enum { wxNAND, // (NOT src) OR (NOT dst) wxOR, // src OR dst wxSET, // 1 - wxSRC_OR, // source _bitmap_ OR destination - wxSRC_AND // source _bitmap_ AND destination +// wxSRC_OR, // source _bitmap_ OR destination +// wxSRC_AND // source _bitmap_ AND destination } form_ops_t; enum _Virtual_keycodes { @@ -829,6 +830,7 @@ enum wxEventType { wxEVT_SCROLL_PAGEUP, wxEVT_SCROLL_PAGEDOWN, wxEVT_SCROLL_THUMBTRACK, + wxEVT_SCROLL_THUMBRELEASE, /* * Scrolled Window @@ -840,6 +842,7 @@ enum wxEventType { wxEVT_SCROLLWIN_PAGEUP, wxEVT_SCROLLWIN_PAGEDOWN, wxEVT_SCROLLWIN_THUMBTRACK, + wxEVT_SCROLLWIN_THUMBRELEASE, wxEVT_SIZE = wxEVT_FIRST + 200, wxEVT_MOVE,