Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Button graphics for Tk

by qumsieh (Scribe)
on Oct 04, 2004 at 16:00 UTC ( [id://396269]=note: print w/replies, xml ) Need Help??


in reply to Button graphics for Tk

You can download Tk::ToolBar which comes with a decent number of button images. It has what you need, and there is a bundled Perl program that allows you to see all the images. When you instantiate a ToolBar widget, it loads all of those images, so you can use them anywhere in your program. If you don't need a toolbar widget, you can do this:
$MW->ToolBar->destroy;
This will still call the subroutine that loads all the images, but will destroy the toolbar widget along the way.

If you don't want that route, you can download the same images directly from the ICONS project.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-24 20:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found