Re: Adding borders to ttk radiobuttons

2016-03-30 Thread Mark Lawrence via Python-list
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

Re: Adding borders to ttk radiobuttons

2016-03-30 Thread Terry Reedy
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

Re: Adding borders to ttk radiobuttons

2016-03-30 Thread Terry Reedy
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

Re: Adding borders to ttk radiobuttons

2016-03-30 Thread Mark Lawrence via Python-list
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

Re: Adding borders to ttk radiobuttons

2016-03-30 Thread Mark Lawrence via Python-list
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

Re: Adding borders to ttk radiobuttons

2016-03-30 Thread ast
"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

Re: Adding borders to ttk radiobuttons

2016-03-30 Thread ast
"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 =