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
Peter wrote: Thanks for the link Malcolm, I'll have a look at it. What is particularly interesting (at first glance), is that the author has "mixed" Tkinter with ttk as it suited i.e. look at this line: f1 = tkinter.Frame(nb, background="red") If ttk was being used purely (from tkinter import *

Re: ttk styles

2011-03-17 Thread Peter
Thanks for the link Malcolm, I'll have a look at it. What is particularly interesting (at first glance), is that the author has "mixed" Tkinter with ttk as it suited i.e. look at this line: f1 = tkinter.Frame(nb, background="red") If ttk was being used purely (from tkinter import *; from ttk impo

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