[ wxwindows-Patches-1570325 ] wxAnimationCtrl for wxAdv library
SourceForge.net
noreply at sourceforge.net
Tue Oct 3 15:40:52 PDT 2006
Patches item #1570325, was opened at 2006-10-03 22:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1570325&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Common
Group: new feature
Status: Open
Resolution: None
Priority: 5
Submitted By: Francesco Montorsi (frm)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxAnimationCtrl for wxAdv library
Initial Comment:
This patch
-> adds two new public classes to wxWidgets:
wxAnimation and wxAnimationCtrl, generic on all
platforms except on wxGTK
-> makes wxGIFDecoder derive from wxAnimationDecoder
base class: wxAnimationDecoders are used by both
wxImage and wxAnimation to load images & animations.
-> adds a new wxANIDecoder class created using
wxANIHandler code and extending it for full parsing of
the ANI header
->makes wxANIHandler use wxANIDecoder just like
wxGIFHandler uses wxGIFDecoder
-> adds documentation for the new classes
NOTE: the classes are not a mere transposition of the
"animate" contrib. Rather they are a complete rewrite
as the contrib was highly unoptimized.
NOTE2: maybe the way I inserted the new files in
files.bkl is not the correct one ?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1570325&group_id=9863
More information about the wx-dev
mailing list