Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Answer: How do I change the icon on Toplevel?

by batkins (Chaplain)
on Nov 10, 2003 at 16:26 UTC ( [id://305909]=note: print w/replies, xml ) Need Help??


in reply to Re: How do I change the icon on Toplevel?
in thread How do I change the icon on Toplevel?

What a convoluted mess. All you do is:
my $img = $tl->Photo(-file => "path_to_image"); $tl->Icon(-image => $img);
And substitute a Pixmap or Image for the Photo if necessary.

Are you sure it was a book? Are you sure it wasn't.....nothing?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://305909]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-18 04:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found