From: Michael S. <sc...@un...> - 2009-02-11 03:00:18
|
Andreas Kupries schrieb: > Requesting review of a new module for tklib, before committing. > > Sources available at > ftp://ftp.tcl.tk/pub/incoming/tklib-famfam.tgz > (Can't put up on SF, they limit attachments to 256 KB, this file is 2 > MB compressed (6 MB uncompressed)). > > A module containing 2 packages wrapping around the silk and flags icon sets of > famfam, to make their use in tcl apps easier. Just require the package, then > load an icon/image by name. > > > Examples of use > package require famfam::silk > set arrows [famfam::silk list *arrow*] > set rotccw [famfam::silk get arrow_rotate_anticlockwise] > > package require famfam::flags > set dubya [famfam::flags list w*] > set wales [famfam::flags get wales] Icons in tklib is a good idea. Did you look at Adrian Davis ICONS package? http://www.satisoft.com/tcltk/icons/ It might be good if those could coexist or maybe even use the same format/API. Michael |