Re: where did colors and line go ??

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Thu, 14 Sep 1995 00:00:05 +0200

Hi!

jaques@lsil.com (Bob Jaques) said:

Bob> I am missing colors and lines from the icon menu. I added a
Bob> couple of items in tkined.defaults Could I have exceeded some
Bob> parameters?

No, there are no hard coded limits. :-) I got a lot of funny reports
about the color menu. Tkined actually does the following to determine
if you have a color display:

Tcl_Eval (interp, "winfo depth . ");
editor->color = atoi (interp->result) > 2;

I have no idea whats wrong with this. Perhaps I should remove the test
for color displays completely and let the user decide if he or she
wants white icons on a white background. :-)

Juergen