First you need to make the GIF into a TK "image": image create photo GifName -format gif -file filename.gif
Then, any widget that takes an "-image" option (like, say, label) can use the name (GifName in my example) for that option: label .l1 -image GifName ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.