Python Forum
[Tkinter] Theme does not change globally
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Theme does not change globally
#1
I was trying to use a Tkinter theme in Python 3.x.

Here is my code:
s = ttk.Style()
s.theme_use('clam')
But in
Toplevel()
windows, the theme disappears.

Does anyone know how to do a theme for all windows ? Thanks! :)
Reply


Messages In This Thread
Theme does not change globally - by TheTechRobo - Apr-20-2020, 01:41 PM
RE: Theme does not change globally - by TheTechRobo - Apr-21-2020, 01:29 PM
RE: Theme does not change globally - by deanhystad - Apr-21-2020, 04:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I get Colors of current GTK theme? ondoho 2 6,465 May-26-2017, 03:32 PM
Last Post: ondoho
  pygtk3, how to change application theme ? harun2525 7 7,457 May-10-2017, 08:42 PM
Last Post: harun2525
  [Tutorial] PyGtk3 How To Change Applicaton Theme harun2525 0 3,635 Apr-15-2017, 11:16 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020