RhetTbull / guitk

Python GUI Toolkit for Tk (guitk): simplify the layout and construction of tkinter graphical user interfaces in python using a declarative syntax.
MIT License
17 stars 1 forks source link

Allow wildcard keys for @on #48

Open RhetTbull opened 10 months ago

RhetTbull commented 10 months ago
@ui.on(key="button_*")
def on_button(self):
    ...

Allows matching of wildcard keys