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

Event should provide access to the underlying Tk event #6

Closed RhetTbull closed 3 years ago

RhetTbull commented 3 years ago

Need to provide a way to get at underlying Tk event. Maybe rename Event.event to Event.event_type and use Event.event for this.

https://github.com/RhetTbull/guitk/blob/7d6dae52815b447e02f45e937a99e6ed84157020/guitk/__init__.py#L257-L279