Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How do I change the icon on Toplevel?

by Anonymous Monk
on Mar 13, 2002 at 17:43 UTC ( [id://151460]=note: print w/replies, xml ) Need Help??


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

Check out the $toplevel->Icon method. Here's a short example:

my $image = $top->Photo( -data => $imageDat, -format => 'gif' ); $top->Icon( -image => $image );
I tested this on ActiveState Perl 5.6.1 build 631, Tk 800.023.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-28 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found