ui/eg
Noah 6df7bade48 Add SelectBox Widget 2021-06-06 13:44:05 -07:00
..
forms Add SelectBox Widget 2021-06-06 13:44:05 -07:00
frame-place Update example apps and documentation 2021-06-03 12:27:48 -07:00
hello-world Update example apps and documentation 2021-06-03 12:27:48 -07:00
menus Update example apps and documentation 2021-06-03 12:27:48 -07:00
themes Update example apps and documentation 2021-06-03 12:27:48 -07:00
tooltip Update example apps and documentation 2021-06-03 12:27:48 -07:00
wasm-common Menus and Menu Bars 2020-06-04 00:50:23 -07:00
windows Update example apps and documentation 2021-06-03 12:27:48 -07:00
DejaVuSans.ttf Add README, LICENSE and Examples 2019-12-27 16:06:24 -08:00
README.md Update example apps and documentation 2021-06-03 12:27:48 -07:00
main.go Tooltip Widget and Event Refactor 2020-03-09 17:13:33 -07:00

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.