You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
frame-place | 2 years ago | |
hello-world | 2 years ago | |
menus | 2 years ago | |
themes | 2 years ago | |
tooltip | 2 years ago | |
wasm-common | 3 years ago | |
windows | 2 years ago | |
DejaVuSans.ttf | 3 years ago | |
README.md | 2 years ago | |
main.go | 3 years ago |
README.md
Examples for go/ui
Here are some example programs using go/ui, each accompanied by a screenshot and description:
- Hello, World!: a basic UI demo with a Label and a Button.
- Frame Place(): demonstrates using the Place() layout management option for Frame widgets.
- Window Manager: demonstrates the Window widget and window management features of the Supervisor.
- Tooltip: demonstrates the Tooltip widget on a variety of buttons scattered around the window.
- Menus: demonstrates various Menu Buttons and a Menu Bar.
- Themes: a UI demo that shows off the Default, Flat, and Dark UI themes as part of experimental theming support.