]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/palette.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / palette.h
index 0a4f35678bf0ead66b1ab9b5b44593c3d171dcae..76a13db7ad99fb060407b87f864427f57499fb9e 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        palette.h
 // Purpose:     interface of wxPalette
 // Author:      wxWidgets team
 // Name:        palette.h
 // Purpose:     interface of wxPalette
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -60,6 +59,11 @@ public:
         @param blue
             An array of blue values.
 
         @param blue
             An array of blue values.
 
+        @beginWxPerlOnly
+        In wxPerl this method takes as parameters
+        3 array references (they must be of the same length).
+        @endWxPerlOnly
+
         @see Create()
     */
     wxPalette(int n, const unsigned char* red,
         @see Create()
     */
     wxPalette(int n, const unsigned char* red,
@@ -130,6 +134,11 @@ public:
 
         @return @true if the operation was successful.
 
 
         @return @true if the operation was successful.
 
+        @beginWxPerlOnly
+        In wxPerl this method takes only the @a pixel parameter and
+        returns a 3-element list (or the empty list upon failure).
+        @endWxPerlOnly
+
         @see GetPixel()
     */
     bool GetRGB(int pixel, unsigned char* red, unsigned char* green,
         @see GetPixel()
     */
     bool GetRGB(int pixel, unsigned char* red, unsigned char* green,