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

Add bind_tag, bind_heading to TreeView #10

Open RhetTbull opened 3 years ago

RhetTbull commented 3 years ago

bind_heading(heading_id, event_name): create event when user clicks on specified column heading bind_tag(tag_id, event_name): create event when user clicks on specified tag