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 title as class variable on Window #13

Open RhetTbull opened 3 years ago

RhetTbull commented 3 years ago

Would allow creating window as MyWindow().run(). But if title provided in constructor, overrides.

Also add padx, pady as class variables