From d72f7a9d566740444f40f023292c02d806513dbd Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 13 Jan 2009 19:26:53 +0000 Subject: [PATCH] warn that a seekable stream is required for generic implementation of wxAnimation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/animate.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/interface/wx/animate.h b/interface/wx/animate.h index 6e5f043905..967055b7bf 100644 --- a/interface/wx/animate.h +++ b/interface/wx/animate.h @@ -203,7 +203,7 @@ public: @param name The name of the file to load. @param type - See LoadFile for more info. + See LoadFile() for more info. */ wxAnimation(const wxString& name, wxAnimationType type = wxANIMATION_TYPE_ANY); @@ -245,11 +245,10 @@ public: @param stream The stream to use to load the animation. + Under wxGTK may be any kind of stream; under other platforms + this must be a seekable stream. @param type - One of the following values: - @li wxANIMATION_TYPE_GIF: loads an animated GIF file; - @li wxANIMATION_TYPE_ANI: load an ANI file; - @li wxANIMATION_TYPE_ANY: tries to autodetect the filetype. + One of the ::wxAnimationType enumeration values. @return @true if the operation succeeded, @false otherwise. */ @@ -262,7 +261,7 @@ public: @param name A filename. @param type - One of the wxAnimationType values; wxANIMATION_TYPE_ANY + One of the ::wxAnimationType values; wxANIMATION_TYPE_ANY means that the function should try to autodetect the filetype. @return @true if the operation succeeded, @false otherwise. -- 2.45.2