diff --git a/interface/wx/imaglist.h b/interface/wx/imaglist.h index 7c9cd1d72b..ab2cd24a0c 100644 --- a/interface/wx/imaglist.h +++ b/interface/wx/imaglist.h @@ -6,6 +6,25 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/** + Flag values for Set/GetImageList +*/ +enum +{ + wxIMAGE_LIST_NORMAL, // Normal icons + wxIMAGE_LIST_SMALL, // Small icons + wxIMAGE_LIST_STATE // State icons: unimplemented (see WIN32 documentation) +}; + +/** + Flags for Draw +*/ +#define wxIMAGELIST_DRAW_NORMAL 0x0001 +#define wxIMAGELIST_DRAW_TRANSPARENT 0x0002 +#define wxIMAGELIST_DRAW_SELECTED 0x0004 +#define wxIMAGELIST_DRAW_FOCUSED 0x0008 + + /** @class wxImageList diff --git a/interface/wx/intl.h b/interface/wx/intl.h index ee6efcc7d4..4dfa97b8af 100644 --- a/interface/wx/intl.h +++ b/interface/wx/intl.h @@ -27,7 +27,7 @@ enum wxLayoutDirection - Wx::LanguageInfo->new(language, canonicalName, WinLang, WinSubLang, Description) @endWxPerlOnly */ -struct WXDLLIMPEXP_BASE wxLanguageInfo +struct wxLanguageInfo { /// ::wxLanguage id. /// It should be greater than @c wxLANGUAGE_USER_DEFINED when defining your own