Create custom ttk style same as 'clam' ttk Theme (button widget specific)
问题 I need to create a custom style for button widgets which has the same appearance as buttons using the ttk 'clam' theme. I can set the theme like: s = ttk.Style() s.theme_use('clam') However, given the nature of a theme, this will then set all ttk widgets to use 'clam'. I would like to be able to set certain ttk buttons to use the clam appearance and others to use default ttk. I have tried looking at the layouts and configurations of 'TButton' whilst the clam theme is in use but it seems that