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
18 stars 1 forks source link

Standardize on widget instead of element as way of accessing underlying widget #12

Closed RhetTbull closed 3 years ago

RhetTbull commented 3 years ago

Also change class Element to class Widget to be consistent with Tkinter lingo