From: Robin Dunn Date: Sun, 22 Oct 2006 02:59:51 +0000 (+0000) Subject: Add Get/SetInactiveBitmap X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8e8d11eeaa4215a86e77bf41e8d7ea46bab3b63f Add Get/SetInactiveBitmap git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/animate.i b/wxPython/src/animate.i index 8a2d294bdc..450d0ef3f5 100644 --- a/wxPython/src/animate.i +++ b/wxPython/src/animate.i @@ -178,6 +178,10 @@ public: virtual void Stop(); virtual bool IsPlaying() const; + virtual void SetInactiveBitmap(const wxBitmap &bmp); + wxBitmap GetInactiveBitmap() const; + + %property(InactiveBitmap, GetInactiveBitmap, SetInactiveBitmap); };