Fix more missing and broken stuff in the interface, for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-17 18:53:28 +00:00
parent d1d9736d86
commit 639f81199f
2 changed files with 20 additions and 1 deletions

View File

@@ -6,6 +6,25 @@
// Licence: wxWindows licence // 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 @class wxImageList

View File

@@ -27,7 +27,7 @@ enum wxLayoutDirection
- Wx::LanguageInfo->new(language, canonicalName, WinLang, WinSubLang, Description) - Wx::LanguageInfo->new(language, canonicalName, WinLang, WinSubLang, Description)
@endWxPerlOnly @endWxPerlOnly
*/ */
struct WXDLLIMPEXP_BASE wxLanguageInfo struct wxLanguageInfo
{ {
/// ::wxLanguage id. /// ::wxLanguage id.
/// It should be greater than @c wxLANGUAGE_USER_DEFINED when defining your own /// It should be greater than @c wxLANGUAGE_USER_DEFINED when defining your own