hi,
I need to include bitmaps in my Tk-project.
I wonder what method I have to use.
Can that be done by label->image...
or is there a special method?
My bitmap also should be able to change color.
I read that label->image can only show given images. Is that true?
thanks,
Alex.
Alexander Fleck wrote:
hi,
I need to include bitmaps in my Tk-project.
I wonder what method I have to use.
Can that be done by label->image...
or is there a special method?
My bitmap also should be able to change color.
I read that label->image can only show given images. Is that true?
thanks,
Alex.
http://phrogz.net/ProgrammingRuby/ext_tk.html
Here under headline Binding Events you can see an example.
Maybe it helps.