PySimpleGUIWx/readme.md updated from https://stackedit.io/
This commit is contained in:
parent
4c0a47e2a0
commit
e6d4e5387a
|
@ -78,10 +78,15 @@ Remember, these are Engineering Releases.
|
||||||
* Input Text
|
* Input Text
|
||||||
* Buttons including file/folder browse
|
* Buttons including file/folder browse
|
||||||
* Input multiline
|
* Input multiline
|
||||||
* Outputmultiline
|
* Output multiline
|
||||||
* Output
|
* Output
|
||||||
* Columns
|
* Columns
|
||||||
* Progress Meters
|
* Progress Meters
|
||||||
|
* Checkbox
|
||||||
|
* Radio Button
|
||||||
|
* Combobox
|
||||||
|
* Spinner
|
||||||
|
*
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
* Debug Print
|
* Debug Print
|
||||||
|
@ -103,8 +108,15 @@ Remember, these are Engineering Releases.
|
||||||
* Get screen size
|
* Get screen size
|
||||||
* Get window location
|
* Get window location
|
||||||
* Change window size
|
* Change window size
|
||||||
|
* Window move
|
||||||
|
* Window minimize
|
||||||
|
* Window maximize
|
||||||
|
* Window Disable
|
||||||
|
* Window Enable
|
||||||
|
* Window Hide
|
||||||
|
* Window UnHide
|
||||||
|
* Window Bring to front
|
||||||
* Look and Feel settings
|
* Look and Feel settings
|
||||||
|
|
||||||
* Default Icon
|
* Default Icon
|
||||||
* Base64 Icons
|
* Base64 Icons
|
||||||
|
|
||||||
|
@ -484,5 +496,5 @@ Starting with release 0.4.0, most of the Popup functions work. This means you c
|
||||||
|
|
||||||
# Acknowledgments
|
# Acknowledgments
|
||||||
<!--stackedit_data:
|
<!--stackedit_data:
|
||||||
eyJoaXN0b3J5IjpbNjg2NjIyOTA4XX0=
|
eyJoaXN0b3J5IjpbMTExNjc0OTg3OV19
|
||||||
-->
|
-->
|
Loading…
Reference in New Issue