]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_effects.i
added missing button state
[wxWidgets.git] / wxPython / src / _effects.i
index fac697f2a3721c5f7a356e8e44d7daa8306bd67f..7e7815c5f3e5b1a31f2ce234c2c7a26bc66d0157 100644 (file)
@@ -50,6 +50,12 @@ public:
     // Tile a bitmap
     bool TileBitmap(const wxRect& rect, wxDC& dc, wxBitmap& bitmap);
 
+    %property(DarkShadow, GetDarkShadow, SetDarkShadow, doc="See `GetDarkShadow` and `SetDarkShadow`");
+    %property(FaceColour, GetFaceColour, SetFaceColour, doc="See `GetFaceColour` and `SetFaceColour`");
+    %property(HighlightColour, GetHighlightColour, SetHighlightColour, doc="See `GetHighlightColour` and `SetHighlightColour`");
+    %property(LightShadow, GetLightShadow, SetLightShadow, doc="See `GetLightShadow` and `SetLightShadow`");
+    %property(MediumShadow, GetMediumShadow, SetMediumShadow, doc="See `GetMediumShadow` and `SetMediumShadow`");
+    
 };