Release 0.23.0 PySimpleGUIWeb
This commit is contained in:
parent
6a8680db8b
commit
23c6e89c8b
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -297,6 +297,25 @@ New features
|
||||||
|
|
||||||
* NEW Window parameter layout so can skip calling Layout
|
* NEW Window parameter layout so can skip calling Layout
|
||||||
|
|
||||||
|
## 0.23.0 21-Apr-2019 PySimpleGUIWeb
|
||||||
|
|
||||||
|
* GRAPH ELEMENT almost done!
|
||||||
|
* DrawLine
|
||||||
|
* DrawRectangle
|
||||||
|
* DrawPoint
|
||||||
|
* DrawCicle
|
||||||
|
* DrawText
|
||||||
|
* Erase
|
||||||
|
* Move
|
||||||
|
* MoveFigure (by a delta amount)
|
||||||
|
* RelocateFigure (draw to a new spot)
|
||||||
|
* Update - for background color change
|
||||||
|
* Enable events works for single clicks (no drags yet)
|
||||||
|
* Changed Image element to use SuperImage class
|
||||||
|
* Image element works better?
|
||||||
|
* Base64 not yet working
|
||||||
|
|
||||||
|
|
||||||
# Design
|
# Design
|
||||||
# Author
|
# Author
|
||||||
Mike B.
|
Mike B.
|
||||||
|
|
Loading…
Reference in New Issue