RE: Perl Tk system button

2009-09-12 Thread Geoff Horsnell
To: Geoff Horsnell; perl-win32-users@listserv.activestate.com Subject: Re: Perl Tk system button > ---Original Message--- > From: Geoff Horsnell > Subject: Perl Tk system button > Sent: Sep 11 '09 17:02 > > Is it possible to change the image in the system menu bu

Re: Perl Tk system button

2009-09-11 Thread Lyndon Rickards
> ---Original Message--- > From: Geoff Horsnell > Subject: Perl Tk system button > Sent: Sep 11 '09 17:02 > > Is it possible to change the image in the system menu button (The red Tk > button in the top left hand corner of all GUI windows)? I would like to add > my own icon in

RE: Perl Tk system button

2009-09-11 Thread Perez, Aaron P.
Chase Sent: Friday, September 11, 2009 3:57 PM To: Geoff Horsnell Cc: perl-win32-users@listserv.activestate.com Subject: Re: Perl Tk system button Importance: Low Greetings Geoff, Searching the perl install folder for images, I come up with Tk.xpm in perl/lib/tk which looks exactly like the re

Re: Perl Tk system button

2009-09-11 Thread Spencer Chase
Greetings Geoff, Searching the perl install folder for images, I come up with Tk.xpm in perl/lib/tk which looks exactly like the re Tk my guess is that you can change this to another xpm and give it the same name if you don't want to find in which code the image is referenced to change it. good