Is it possible to control the vertical position of the
checkbutton widget's [x] when the checkbutton has multi-line
text?

It appears that Tkinter vertically centers the [x] relative to
the word-wrapped checkbutton text that spans multiple lines
(activated via the wrap= option). I would like to anchor the [x]
component of the checkbutton widget to the top of the widget, eg.
aligned with the first line of the checkbutton's caption.

Is this possible?

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

Reply via email to