]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix more missing and broken stuff in the interface, for Phoenix
authorRobin Dunn <robin@alldunn.com>
Mon, 17 Oct 2011 18:53:28 +0000 (18:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 17 Oct 2011 18:53:28 +0000 (18:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/imaglist.h
interface/wx/intl.h

index 7c9cd1d72ba8c685a50f560e4417684891f89d24..ab2cd24a0c725a8539e063bf77b235707fda246a 100644 (file)
@@ -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
 
index ee6efcc7d4ac01ffcd31889df1954c0957dfba2e..4dfa97b8af6b3a42788f49ae413505f8451b8131 100644 (file)
@@ -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