]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/animate/animate.i
Build fix for motif.
[wxWidgets.git] / wxPython / contrib / animate / animate.i
index d1723cc3bf166e26cc2c274663b5c0797ee5f874..c676b043477ab66b9ef854ecf941007f6f839286 100644 (file)
@@ -35,8 +35,6 @@ animated GIF files
 MAKE_CONST_WXSTRING2(AnimationControlNameStr,     wxT("animationControl"));
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 
-%include _animate_rename.i
-
 //---------------------------------------------------------------------------
 
 
@@ -123,6 +121,7 @@ public:
 
 
     virtual int GetFrameCount() const;
+    %newobject GetFrame;
     virtual wxImage* GetFrame(int i) const; // Creates a new wxImage
     virtual wxAnimationDisposal GetDisposalMethod(int i) const;
     virtual wxRect GetFrameRect(int i) const; // Position and size of frame
@@ -174,6 +173,7 @@ public:
 //// Accessors. Should be overridden by each derived class.
 
     virtual int GetFrameCount() const;
+    %newobject GetFrame;
     virtual wxImage* GetFrame(int i) const;
     virtual wxAnimationDisposal GetDisposalMethod(int i) const;
     virtual wxRect GetFrameRect(int i) const; // Position and size of frame
@@ -206,6 +206,7 @@ public:
 //// Accessors
 
     virtual int GetFrameCount() const;
+    %newobject GetFrame;
     virtual wxImage* GetFrame(int i) const;
     virtual wxAnimationDisposal GetDisposalMethod(int i) const;
     virtual wxRect GetFrameRect(int i) const; // Position and size of frame