Allow specifying multiple animation versions, for different resolutions, when setting the animation to use via wxAnimationBundle class which is a much simpler version of wxBitmapBundle used elsewhere. This is not implemented for the native GTK version yet. Update the sample, even though the difference in it is not really noticeable as the "high DPI" throbber is just a scaled up version of the existing standard DPI animation produced using gifsicle.
17 lines
440 B
XML
17 lines
440 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="anitest" template="wx_sample" template_append="wx_append">
|
|
<sources>anitest.cpp</sources>
|
|
<headers>anitest.h</headers>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
<wx-data id="catalog">
|
|
<files>throbber.gif throbber_2x.gif hourglass.ani</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|