]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/iconbndl.h
eliminate the hysteresis when scrollbars didn't disappear when the window was resized...
[wxWidgets.git] / include / wx / iconbndl.h
index c3f50a170fe51b8d53d1abc8ab41194e9413182b..f2161aff35876baf32eff5c7402ea68a4799128e 100644 (file)
@@ -17,6 +17,8 @@
 #include "wx/gdicmn.h"
 #include "wx/icon.h"
 
+WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
+
 // this class can't load bitmaps of type wxBITMAP_TYPE_ICO_RESOURCE,
 // if you need them, you have to load them manually and call
 // wxIconCollection::AddIcon
@@ -78,7 +80,7 @@ public:
         }
     )
 
-    wxDEPRECATED( wxIconBundle(const wxString& file, long type)
+    wxDEPRECATED_CONSTRUCTOR( wxIconBundle (const wxString& file, long type)
         {
             AddIcon(file, (wxBitmapType)type);
         }