]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/iconbndl.h
add a numeric column test
[wxWidgets.git] / include / wx / iconbndl.h
index f01293ca75f8f15935f461aeb97f0c648c5b3cbc..1f0747547d02632cc904ef3a294f7b4a11613e39 100644 (file)
@@ -84,6 +84,20 @@ public:
     // check if we have any icons at all
     bool IsEmpty() const { return GetIconCount() == 0; }
 
+#if WXWIN_COMPATIBILITY_2_8
+    wxDEPRECATED( void AddIcon(const wxString& file, long type)
+        {
+            AddIcon(file, (wxBitmapType)type);
+        }
+    )
+
+    wxDEPRECATED( wxIconBundle(const wxString& file, long type)
+        {
+            AddIcon(file, (wxBitmapType)type);
+        }
+    )
+#endif // WXWIN_COMPATIBILITY_2_8
+
 protected:
     virtual wxGDIRefData *CreateGDIRefData() const;
     virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;