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
This commit is contained in:
Francesco Montorsi 2009-01-13 19:39:48 +00:00
parent d72f7a9d56
commit ab8b305b82

View File

@ -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}