2020-06-04 07:50:06 +00:00
|
|
|
# Examples for go/ui
|
|
|
|
|
2021-06-03 19:27:48 +00:00
|
|
|
Here are some example programs using go/ui, each accompanied by a
|
|
|
|
screenshot and description:
|
|
|
|
|
|
|
|
* [Hello, World!](hello-world/): a basic UI demo with a Label and a
|
|
|
|
Button.
|
|
|
|
* [Frame Place()](frame-place/): demonstrates using the Place() layout
|
|
|
|
management option for Frame widgets.
|
2020-06-04 07:50:06 +00:00
|
|
|
* [Window Manager](windows/): demonstrates the Window widget and window
|
|
|
|
management features of the Supervisor.
|
|
|
|
* [Tooltip](tooltip/): demonstrates the Tooltip widget on a variety of buttons
|
|
|
|
scattered around the window.
|
|
|
|
* [Menus](menus/): demonstrates various Menu Buttons and a Menu Bar.
|
2021-06-03 19:27:48 +00:00
|
|
|
* [Themes](themes/): a UI demo that shows off the Default, Flat, and Dark UI
|
|
|
|
themes as part of experimental theming support.
|