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 additional options to Window #19

Open RhetTbull opened 3 years ago

RhetTbull commented 3 years ago

Add options to Window

titlebar=True (or no_titlebar=False?) location=(x, y) widget_justification='left' (where in the column is widget layed out) grab_anywhere = True/False

RhetTbull commented 3 years ago

For grab_anywhere, see https://stackoverflow.com/questions/4055267/tkinter-mouse-drag-a-window-without-borders-eg-overridedirect1