Noah Petherbridge
5d16f5d50c
* Added the TabFrame widget with an example program and screenshot * Button: FixedColor=true to set a consistent background color and not worry about it with mouseover/down events.
828 B
828 B
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.
- TabFrame: demo for the TabFrame widget showing multiple Windows with tabbed interfaces.