----- Original Message -----
From: "Matthew Greenberg" <[EMAIL PROTECTED]>

>     I was wondering if it is possible to change the tk icon in focus to a
> user defined image. If so, how?

I'm not sure what you mean by 'tk icon', but if you want to change the
properties of a widget when it comes into focus, perldoc Tk::bind

e.g.:

$imgWig->bind('<FocusIn>' => sub { $imgWig->configure(...); });

!c

C. Church
http://www.digitalKOMA.com/church/
http://www.DroneColony.com/



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to