ICONS16

ICONS16 is a static object containing a collection of sprite constants. Each sprite constant represents a 16x16 icon. These sprites can be used anywhere the IID_SPRITEINFO type is accepted, for example:
var mytree = new Tree( "id", ICONS16.COMPUTER, "My Computer");

mytree.add( ICONS16.BOOK_OPEN, "Help Topics";
mytree.add( ICONS16.CALENDAR, "Add Event");

...

LICENSE

The ICONS16 sprite is based in a subset of the Silk Web Icon Set v1.3 by Mark James. These icons are available under the Creative Commons Attribution License 2.5 which lets you distribute, remix, tweak, and build upon these icons, even commercially, provided that you credit Mark James within a readme file or equivalent documentation for the software which uses the icons. For more information in the Silk Web Icon Set visit www.famfamfam.com.

ICONS16 Constants

Home Examples Download License
 
Copyright © 2010-2017 Edwin R. López