On Tue, 10 Jun 1997, Paul Hickey wrote:
> This is probably a simple question for every and I thank you for taking
> the time to read it. When I create a new button I would like to
> associate a picture with the button. So here are the questions for this
> process.
>
> 1] What format should the image be in .jpg .xbm .xpm, etc.
either .xbm or .gif
if you're using .gif you will need to use "image create ..."
> 2] What do you put in the Image entry under attribute.
for .xbm use -bitmap
for .gif use -image
> 3] I know this is a new program but is there any documentation for this?
this is standard tk. just read the docs (for tcl/tk).
-stewart-