]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/iconbndl.h
fixing file paths after renaming
[wxWidgets.git] / interface / iconbndl.h
index 1ac83d47c51658f57faa9c1fb6eb730a522570f4..8532db91455d38f13c1b37311b3597bec28ffea4 100644 (file)
@@ -18,7 +18,7 @@
     @category{FIXME}
 
     @stdobjects
-    ::wxNullIconBundle,
+    ::wxNullIconBundle
 */
 class wxIconBundle : public wxGDIObject
 {
@@ -28,7 +28,7 @@ public:
         Copy constructor.
     */
     wxIconBundle();
-    wxIconBundle(const wxString& file, long type);
+    wxIconBundle(const wxString& file, wxBitmapType type);
     wxIconBundle(const wxIcon& icon);
     wxIconBundle(const wxIconBundle& ic);
     //@}
@@ -44,7 +44,7 @@ public:
         contains an icon with the same width and height, it is
         replaced by the new one.
     */
-    void AddIcon(const wxString& file, long type);
+    void AddIcon(const wxString& file, wxBitmapType type);
     void AddIcon(const wxIcon& icon);
     //@}
 
@@ -82,7 +82,7 @@ public:
 
 
 /**
-    FIXME
+    An empty wxIconBundle.
 */
 wxIconBundle wxNullIconBundle;