From ab8b305b820aa2d8c422e85059df7f591b003084 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 13 Jan 2009 19:39:48 +0000 Subject: [PATCH] add a note about the formats which wxAnimation is capable of loading git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/animate.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/wx/animate.h b/interface/wx/animate.h index 967055b7bf..4dc9dd7567 100644 --- a/interface/wx/animate.h +++ b/interface/wx/animate.h @@ -181,6 +181,12 @@ public: An animation is a sequence of frames of the same size. Sound is not supported by wxAnimation. + Note that on wxGTK wxAnimation is capable of loading the formats supported + by the internally-used @c gdk-pixbuf library (typically this means only + or @c wxANIMATION_TYPE_GIF). + On other platforms wxAnimation is always capable of loading both GIF and ANI + formats (i.e. both @c wxANIMATION_TYPE_GIF and @c wxANIMATION_TYPE_ANI). + @library{wxadv} @category{gdi} -- 2.45.2