Release 0.33.0

This commit is contained in:
PySimpleGUI 2020-05-06 15:59:14 -04:00
parent 6369d25620
commit 312d425feb
2 changed files with 17 additions and 3 deletions

View file

@ -803,6 +803,18 @@ Highlights - Read with close (Single line GUIs!), Print to Multiline, Scrollable
* Print (Multiline) added autoscroll parm
## 0.33.0 PySimpleGUIQt 6-May-2020
* Added constants
* WIN_CLOSED and WINDOW_CLOSED
* EVENT_TIMEOUT and TIMEOUT_EVENT
* Added expansion capabilities
* Element.row_frame - The QHBoxLayout the element is contained within
* Column.vbox_layout - The QVBoxLayout contained in Column element
# Design
## Author