[Tutor] placing widgets
Karim
karim.liateni at free.fr
Tue Jan 25 23:28:17 CET 2011
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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110125/532c39d9/attachment.html>
More information about the Tutor
mailing list