Click to See Complete Forum and Search --> : Python Tk GUI layout questions


BossOfTheGame
February 12th, 2008, 02:15 PM
When I add a label to a Tk GUI in python I can only sugest where it goes with the .pack("TOP"/"BOTTOM"/...), however I want to define the x and y coordinates where my widgets go. How do I get a null layout in Tk and how do I set the coordinates?

PeejAvery
February 12th, 2008, 02:31 PM
[ moved ]