From 8e8d11eeaa4215a86e77bf41e8d7ea46bab3b63f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 22 Oct 2006 02:59:51 +0000 Subject: [PATCH] Add Get/SetInactiveBitmap git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/animate.i | 4 ++++ 1 file changed, 4 insertions(+) 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); }; -- 2.50.0