]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/imaglist.h
Restore wxString::Printf() example showing position parameters in the docs.
[wxWidgets.git] / interface / wx / imaglist.h
index e0b8a2d4fe67a8a1a9e88112c2fc03237067aab3..f5a4dc3203b5e490022f8d7e5a586807cb98b999 100644 (file)
@@ -101,7 +101,7 @@ public:
                  matching the dimensions of the image list.
                  This does not apply when adding icons.
 
-        @onlyfor{wxmsw,wxmac}
+        @onlyfor{wxmsw,wxosx}
     */
     int Add(const wxIcon& icon);
 
@@ -209,7 +209,7 @@ public:
         @remarks The original bitmap or icon is not affected by the Replace()
                  operation, and can be deleted afterwards.
 
-        @onlyfor{wxmsw,wxmac}
+        @onlyfor{wxmsw,wxosx}
     */
     bool Replace(int index, const wxIcon& icon);
 };