israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.78k stars 358 forks source link

button click perfomance #550

Open clay-tong opened 3 months ago

clay-tong commented 3 months ago

Is your feature request related to a problem? Please describe.

Create a button with ttkbootstrap, bt_style = (ttkc.DARK, ttkc.OUTLINE), but I don't want to change the color when I hover over the button, I want to change the color when I click the button,and end click to restore the original color. But using ttk has no parameters to give me this functionality

Describe the solution you'd like

Give me parameters to customize the click effect

Describe alternatives you've considered

Use tkinter style overlay, but failed

Additional context

No response