On 30/03/2016 17:35, Terry Reedy wrote:
.theme_names() only displays the themes for the OS. I believe that
there is a way to access themes for other OSes (unix, mac) but don't
remember.
Possibly http://bugs.python.org/issue17397 which refers to
http://code.activestate.com/lists/python-tkint
On 3/30/2016 11:14 AM, Mark Lawrence via Python-list wrote:
On 30/03/2016 15:55, ast wrote:
"ast" a écrit dans le message de
news:56fbe699$0$4548$426a7...@news.free.fr...
"Mark Lawrence" a écrit dans le message de
news:mailman.204.1459343690.28225.python-l...@python.org...
I believe someth
On 3/30/2016 11:01 AM, Mark Lawrence via Python-list wrote:
On 30/03/2016 15:45, ast wrote:
"Mark Lawrence" a écrit dans le message de
news:mailman.204.1459343690.28225.python-l...@python.org...
I believe something like this should suffice to display borders around
the radiobuttons.
import t
On 30/03/2016 15:55, ast wrote:
"ast" a écrit dans le message de
news:56fbe699$0$4548$426a7...@news.free.fr...
"Mark Lawrence" a écrit dans le message de
news:mailman.204.1459343690.28225.python-l...@python.org...
I believe something like this should suffice to display borders
around the ra
On 30/03/2016 15:45, ast wrote:
"Mark Lawrence" a écrit dans le message de
news:mailman.204.1459343690.28225.python-l...@python.org...
I believe something like this should suffice to display borders around
the radiobuttons.
import tkinter as tk
import tkinter.ttk as ttk
root = tk.Tk()
style =
"ast" a écrit dans le message de
news:56fbe699$0$4548$426a7...@news.free.fr...
"Mark Lawrence" a écrit dans le message de
news:mailman.204.1459343690.28225.python-l...@python.org...
I believe something like this should suffice to display borders around the
radiobuttons.
import tkinter as
"Mark Lawrence" a écrit dans le message de
news:mailman.204.1459343690.28225.python-l...@python.org...
I believe something like this should suffice to display borders around the
radiobuttons.
import tkinter as tk
import tkinter.ttk as ttk
root = tk.Tk()
style = ttk.Style()
style.configure('B
I believe something like this should suffice to display borders around
the radiobuttons.
import tkinter as tk
import tkinter.ttk as ttk
root = tk.Tk()
style = ttk.Style()
style.configure('BW.TRadiobutton', borderwidth=5)
buttonVar = tk.IntVar()
rb1 = ttk.Radiobutton(text='Hello mum', variable=bu