mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
a8d9636467
+ Added Filter, FilterManager, and FilterIndexedData interfaces. + Moved all widgets related to filters to src/commands/filters. + Added the filters library. + Added FilterWindow and one derived window for each filter.
13 lines
392 B
XML
13 lines
392 B
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2011 by David Capello -->
|
|
<jinete>
|
|
<box vertical="true" name="controls" expansive="true">
|
|
<view expansive="true" name="view" minwidth="128" minheight="64">
|
|
<listbox name="stock" />
|
|
</view>
|
|
<box horizontal="true">
|
|
<button text="&Reload Stock" name="reload" />
|
|
</box>
|
|
</box>
|
|
</jinete>
|