Releases: lawsie/guizero
Releases · lawsie/guizero
0.6.2
0.6.1
0.6.0
0.5.4
0.5.3
- Various bug fixes
- wrapping multiline
TextBox
data ButtonGroup
,ComboBox
now allow 0 options at init- Minimum pillow version is now 4.3.0
update
method added toAdd
andWindow
0.5.1
ListBox, cascading properties and a few bits and bobs
0.5.0
Bug fixes
v0.3.2 Waffle
- Add Waffle class
- Update all docs to new import style
- Add check for Python 3 in setup.py
- Fixes broken add_option in Combo
v0.2.1
- Add enable/disable/toggle for PushButton - thanks jezdean
- Add App on_close() method and document destroy method from tkinter - thanks jezdean
- Change orient parameter in Slider/ButtonGroup to horizontal (boolean) - thanks bennuttall
- Add documentation .md files in docs-src/docs for contributors
- Add background colour and bgcolor() method to App
- Add installation instructions for Mac to docs
- Fixed a bug with error formatting in Picture