Re: XPM support in tkined?

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Tue, 16 Apr 1996 17:13:13 +0200

Hi!

"Bustamam Harun" <bustamam@toystory.studio.sgi.com> said:

Bustamam> Is there anyway to use XPM files (or any other color
Bustamam> icon format) instead of X bitmaps for the objects? I
Bustamam> was looking at the pTk (Perl TK) and it seems that
Bustamam> they have support for XPM as image extension. Gifs
Bustamam> are nice but you need to create the photo then create
Bustamam> an image. It would be nice if we can have the method
Bustamam> as bitmaps (i.e. just changing -pixmap in the canvas
Bustamam> create calls).

XPM support should be a part of Tk. I know that there is a portable
XPM reader out there from Tk, but I don't like to support things that
are not part of the Tcl/Tk port. Note, it is also required to be able
to get PostScript dumps from the Tk canvas and this functionality is
currently missing from Tk's image types. So we will have no colored
icons until the Sun people add support for it.

Juergen