]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_colour.i
remove unused any more wxArrayHandlers
[wxWidgets.git] / wxPython / src / _colour.i
index 61ba3726fd41312ceccced5a25de37bf472d796a..37f638b23c641d607450496e2d8a413db098c682 100644 (file)
@@ -202,6 +202,10 @@ is returned if the pixel is invalid (on X, unallocated).", "");
         __safe_for_unpickling__ = True
         def __reduce__(self):               return (Colour, self.Get(True))
         }
+
+    %property(Pixel, GetPixel, doc="See `GetPixel`");
+    %property(RGB, GetRGB, SetRGB, doc="See `GetRGB` and `SetRGB`");
+    
 };
 
 %pythoncode {