On 01/25/2011 10:31 PM, W S wrote:
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)




_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
with grid you have row and column attribute.
Plus you can create several Frames and place
your widget in it if you want more specific placements.

Regards
Karim
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to