Is there any way to customize the look of the CheckList widget? Or any widget using Tix? I initially started using Tkinter for everything, but this CheckList would really help. I just need to know how to customize the look.
Asked
Active
Viewed 666 times
1
-
Have you looked into using `ttk` instead of `tix`? It seems to be a more modern set of widgets, with a more native styling. http://docs.python.org/library/ttk.html – Wilduck Jul 03 '12 at 22:05
-
I have looked into ttk and am open to using it. ttk has a treeview, but i need checkboxes next to the items. – drez90 Jul 06 '12 at 18:16