]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/icon.h
added wxHeaderCtrl::OnColumnCountChanging()
[wxWidgets.git] / interface / wx / icon.h
index 3f5e9dcf25542847c0da075306fb0b83ac195611..bab04d6e6df69ff4f1f7c2094ae68ea32cd2a1c2 100644 (file)
@@ -90,24 +90,13 @@ public:
         @param bits
             Specifies an array of pixel values.
         @param width
         @param bits
             Specifies an array of pixel values.
         @param width
-            Specifies the width of the bitmap.
+            The width of the image.
         @param height
         @param height
-            Specifies the height of the bitmap.
-        @param depth
-            Specifies the depth of the bitmap.
-            If this is omitted, then a value of 1 (monochrome bitmap) is used.
-    */
-    wxIcon(const char bits[], int width, int height, int depth = 1);
-
-
-    /**
-        Creates a new icon. A depth of ::wxICON_SCREEN_DEPTH indicates the
-        depth of the current screen or visual.
+            The height of the image.
 
 
-        Some platforms only support 1 for monochrome and ::wxICON_SCREEN_DEPTH for
-        the current colour setting.
+        @onlyfor{wxmsw,wxmac}
     */
     */
-    wxIcon(int width, int height, int depth = wxICON_SCREEN_DEPTH);
+    wxIcon(const char bits[], int width, int height);
 
     /**
         Creates a bitmap from XPM data.
 
     /**
         Creates a bitmap from XPM data.