[Tutor] placing widgets

W S wynnstinson at rocketmail.com
Tue Jan 25 22:31:07 CET 2011


hi, i have written some Tk/Python code to do a few simple tasks, and am having 
trouble with my combobox placement on the frame.  is there a way to more 
explicitly place it other than:  This method does not give a lot of control
xx=apply(OptionMenu,(self,TCase)+tuple(TestCase))
xx.grid(row=1, sticky=E+W)


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110125/70644651/attachment.html>


More information about the Tutor mailing list