Re: three minor questions

Ala Qumsieh <[email protected]> Thu, 7 Dec 2006 08:26:53 -0800 (PST)
Newsgroups gmane.comp.lang.perl.tk
Message-ID <[email protected]>
--- Anders Stegmann <[email protected]> wrote:

> Hi!
> Three questions:

Dean answered two. I'll answer the third:

> 2) How can I find out what the hex code is for the
> default gray on my comp. (its NOT #d9d9d9)

on windows XP (classic theme):

D:\>perl -MTk -le "$m = tkinit; $m->after(1000, sub
{my @x = $m->rgb(Tk::NORMAL_BG); printf qq(%x\n), $_
for @x}); MainLoop"
d4d4
d0d0
c8c8

--Ala



 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.
--++**==--++**==--++**==--++**==--++**==--++**==--++**==
ptk mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/ptk