X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..89d1e2eeab15869685246c20dc260432ea548ea6:/wxPython/src/_effects.i diff --git a/wxPython/src/_effects.i b/wxPython/src/_effects.i index fac697f2a3..7e7815c5f3 100644 --- a/wxPython/src/_effects.i +++ b/wxPython/src/_effects.i @@ -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`"); + };