Merge branch 'Dev-latest' of https://github.com/MikeTheWatchGuy/PySimpleGUI into Dev-latest
This commit is contained in:
commit
9aa57458e7
2 changed files with 74 additions and 61 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
@ -72,7 +72,13 @@ PySimpleGUIWeb runs only on Python 3. Legacy Python is not supported.
|
|||
* Text Element
|
||||
* Input Text Element
|
||||
* Button Element
|
||||
|
||||
* Combobox Element
|
||||
* Checkbox Element
|
||||
* Listbox Element
|
||||
* Window background color
|
||||
* Element padding
|
||||
* Read with timeout
|
||||
* Read with timeout = 0
|
||||
|
||||
|
||||
# Release Notes:
|
||||
|
@ -102,6 +108,14 @@ Day 2 of development brings fonts, sizes, and colors...
|
|||
* Window close
|
||||
* Window background color
|
||||
|
||||
## 0.3.0 PySimpleGUIWeb 24-Jan-2019
|
||||
|
||||
* Checkbox Element
|
||||
* Combobox Element
|
||||
* Listbox Element
|
||||
* Element padding for all elements
|
||||
|
||||
|
||||
|
||||
|
||||
# Design
|
||||
|
@ -113,3 +127,6 @@ Day 2 of development brings fonts, sizes, and colors...
|
|||
GNU Lesser General Public License (LGPL 3) +
|
||||
|
||||
# Acknowledgments
|
||||
<!--stackedit_data:
|
||||
eyJoaXN0b3J5IjpbLTExNjA2ODQzMzldfQ==
|
||||
-->
|
Loading…
Add table
Add a link
Reference in a new issue