]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/icon.h
Document wxHTTP::SetPostBuffer().
[wxWidgets.git] / interface / wx / icon.h
index 9cb95d73482bf2575b5620ff7287a1954c38368e..80a40419da9cc580d460a0fbd6859df3bb17633b 100644 (file)
@@ -94,6 +94,10 @@ public:
         @param height
             The height of the image.
 
         @param height
             The height of the image.
 
+        @beginWxPerlOnly
+        In wxPerl use Wx::Icon->newBits(bits, width, height, depth = -1);
+        @endWxPerlOnly
+
         @onlyfor{wxmsw,wxosx}
     */
     wxIcon(const char bits[], int width, int height);
         @onlyfor{wxmsw,wxosx}
     */
     wxIcon(const char bits[], int width, int height);
@@ -125,6 +129,10 @@ public:
         wxIcon icon("mondrian");
         #endif
         @endcode
         wxIcon icon("mondrian");
         #endif
         @endcode
+
+        @beginWxPerlOnly
+        In wxPerl use Wx::Icon->newFromXPM(data).
+        @endWxPerlOnly
     */
     wxIcon(const char* const* bits);
 
     */
     wxIcon(const char* const* bits);