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
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
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 *
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
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
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