Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image button inside frame or text window

Status
Not open for further replies.

xixonga

Programmer
Oct 6, 2011
6
PT
Hi,

im trying to put several image buttons inside a frame or some similar box where i can organize them with grid command...any way i can do this?

regards
 
When you say "image button" do you mean "a button widget with an image on it instead of text"? If so, I think you can only use ".gif"s:
Code:
set p [image create photo -file e:/bong/rr.gif]
pack [button .b -image $p] -side top

_________________
Bob Rashkin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top