BarArt package -- Icons for applications built with Ultimate++
**************************************************************

BarArt is a package of icons for use on MenuBars, ToolBars, and even message dialogs, if you like. 


BarArt:
*******

The art is contained in a Ultimate++ package, in theIDE image editor format - the same tool used to draw them. This package is a permanent work in progress, and as such, new icons will be added from time to time. Also included in this package is a file with icon elements (elements.iml) that may be combined to make additional icons.

Once built, the package allows you to import BarArt images in three different sizes, each corresponding to a different image class: BarArt16, BarArt32 and BarArt48. You may, however, prefer to import individual icons to your own projects as needed.

For example, should you want to use the 32x32 Calculator icon, just enter BarArt32::Calculator() where the API expects a reference to an Image.

To use, add the BarArt package to your own, and #include <BarArt/BarArt.h>

The available methods, common to all supplied BarArt image classes are listed in the IconList.txt file, and their names are self-explanatory.


Silk:
*****

Silk icon set, by famfamfam (http://www.famfamfam.com/lab/icons/silk/).

To use, add the BarArt packag to your own, and #include <BarArt/Silk.h>

Methods for the Silk class are listed in the IconList.txt file.