Hi all,

How can I create a checkbutton with the text-label on the left
Checkbutton(frame, text="Label", variable=...)
Label [x]

The standard one has the button on the left and the label on the right
[x] Label

I didn't find any option to change the order.

I don't want to create the label and the button separetly since this will 
destroy most of my grid layouts

Vasilis
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to