]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Override CreateItem so wxListBox can turn its notifications into events.
[wxWidgets.git] / include / wx / image.h
index 3e3e8d46f59033a9955691771a2af6db7d3e32ce..8718380516efeaf0f426c0d7729556ee59a928b2 100644 (file)
@@ -65,6 +65,15 @@ class WXDLLEXPORT wxImageHandler;
 class WXDLLEXPORT wxImage;
 class WXDLLEXPORT wxPalette;
 
+//-----------------------------------------------------------------------------
+// wxVariant support
+//-----------------------------------------------------------------------------
+
+#if wxUSE_VARIANT
+#include "wx/variant.h"
+DECLARE_VARIANT_OBJECT_EXPORTED(wxImage,WXDLLEXPORT)
+#endif
+
 //-----------------------------------------------------------------------------
 // wxImageHandler
 //-----------------------------------------------------------------------------