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 size arguments #28

Open RhetTbull opened 1 year ago

RhetTbull commented 1 year ago

self.size can be set in config but this should be documented. Maybe the Window should also take size args for creating geometry at run time.