]> git.saurik.com Git - wxWidgets.git/commitdiff
Mark GetFrame functions as returning a new instance
authorRobin Dunn <robin@alldunn.com>
Mon, 25 Apr 2005 20:25:41 +0000 (20:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 25 Apr 2005 20:25:41 +0000 (20:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/animate/animate.i

index d1723cc3bf166e26cc2c274663b5c0797ee5f874..14379dcf417a0090efdaa53544e220c9988fc5c2 100644 (file)
@@ -123,6 +123,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 +175,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 +208,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