[last updated: 2025-02-20]
GUIzero home page
-----
- For all widgets, the following cheat sheet will help you find correct code to specify a given parameter:
- border
- Box
tmpBox = Box([master], ...
- Text
- Pushbutton
- text
- Box
tmpBox = Box([master], ...
- Text
tmpText = Text([master], ..., text="sometext")
- Pushbutton
- bg
- Box
tmpBox = Box([master], ...
- Text
tmpText = Text([master], ..., )
- Pushbutton