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

Reply via email to