What: ICONS Where: http://www.satisoft.com/tcltk/icons Description: Extension to provide cross platform icon creation library for Tcl/Tk programmers. Icons are represented by simple text files. Includes an icon viewing application. Currently at version 1.2 . Updated: 05/2002 Contact: See web site Adrian Davis' ([adavis]) ICONS package [http://www.satisoft.com/tcltk/icons/] is intended to provide a cross platform icon library facility for TCL/TK programmers. The package contains several libraries of icons, a viewer application, and a supporting Tcl library. The icon libraries come from several different sources, most of which seem to be related to the KDE project. For example, here is an inline image of one of the icons. [http://www.satisoft.com/tcltk/icons/library-kde.gif] The viewer application can display an icon library. Clicking on one of the icons copies the appropriate ''image create'' command to the clipboard, so you can paste the code directly into your application. [http://www.satisoft.com/tcltk/icons/viewIcons.gif] The supporting Tcl library allows you to manipulate the icon libraries from your application code. ---- [adavis] (5th November 2004): A new Icon Library ('''eda'''), Created by Shaun Deacon for "Electronic Design Automation" ([EDA]), is now available from the ICONS [http://www.satisoft.com/tcltk/icons/] website. [http://www.satisoft.com/tcltk/icons/library-eda.gif] ---- [LV] I notice on the above mentioned web site that, on the download page, there is both an icons tar file and a variety of icons-SOMESTRING tar file. Are these separate, distinct files that need to be downloaded, or are the icons-SOMESTRING just subsets of what is in the plain icons tar file? [adavis] (19th April 2005): They are separate. The "icons" file only contains the KDE font. The other files contain alternative font libraries. [LV] I presume that where you write "font" you meant to write "icons"? [adavis] (20th April 2005) I do indeed mean "icons" - Sorry about that. ---- [bugant] I've created a tk-goodies package which provides an icons package. You can use it in order to be able to build icons and use them on your Tk applications. Using it you can use any Tango compilant (with respect to its naming specs) icons theme. For additional info, screenshots and download visit [http://tk-goodies.berlios.de] ---- [Category GUI] | [Category Package]