]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/animate/animate.i
'[1219035] cleanup: miscellaneous' and minor source cleaning.
[wxWidgets.git] / 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