Re: ttk styles

2011-03-20 Thread Peter
Here is what I came up with - hopefully I have understood the process correctly and therefore that the comments are correct :-) I am not sure I have the color of the indicator when it is (de)pressed correct, but to my eyes the color 'snow' looks like the same color used with a Tkinter Checkbutton

Re: ttk styles

2011-03-17 Thread Ned Deily
In article , Peter wrote: > No responses? Nobody with knowledge of modifying styles etc? You might also want to ask on the tkinter mailing list: http://mail.python.org/pipermail/tkinter-discuss/ -- Ned Deily, n...@acm.org -- http://mail.python.org/mailman/listinfo/python-list

Re: ttk styles

2011-03-17 Thread Ethan Furman
rely (from tkinter import *; from ttk import *) then the "background" keyword is nolonger available/recognised and the code would have to use ttk styles to change the colour - I find it somewhat disappointing that the author felt this approach was necessary as it tends to dilute the examp

Re: ttk styles

2011-03-17 Thread Peter
kinter import *; from ttk import *) then the "background" keyword is nolonger available/recognised and the code would have to use ttk styles to change the colour - I find it somewhat disappointing that the author felt this approach was necessary as it tends to dilute the example by not keepin

Re: ttk styles

2011-03-17 Thread python
Peter, Sorry I can't be of much help, but I share the same interest as you. There may be some teaser info here although I can't claim to understand the technique. http://www.java2s.com/Open-Source/Python/3.1.2-Python/Demo/Demo/tkinter/ttk/notebook_closebtn.py.htm If you have any links/documentat

Re: ttk styles

2011-03-17 Thread Peter
No responses? Nobody with knowledge of modifying styles etc? On Mar 14, 2:08 pm, Peter wrote: > Hi I'm struggling to get a good understanding of styles as used in > ttk. I have read the tutorial section on using styles but haven't been > able to solve this problem. > > I am attempting to crea

ttk styles

2011-03-13 Thread Peter
Hi I'm struggling to get a good understanding of styles as used in ttk. I have read the tutorial section on using styles but haven't been able to solve this problem. I am attempting to create a Checkbutton with the indicatoron=false option. Using ttk the documentation is clear that you have to cre