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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Spaces between widgets Tk8.4 vs Tk8.3

Status
Not open for further replies.

fabien

Technical User
Sep 25, 2001
299
AU
Hi!

I have tested the same code using Tk8.4 and Tk8.3; I can the same display except that with Tk8.4 it seems that there is a larger spacing between widgets which means that the final window is larger. Is it a normal behaviour?

Thanks,
 
I found the problem, in the code I had:
option add *padX 2
option add *padY 4

which seems to be recognised on Tcl8.4 not 8.3 for some reason..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top