ui/eg/tabframe/README.md
Noah Petherbridge 5d16f5d50c New Widget: TabFrame
* 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.
2021-07-25 20:53:09 -07:00

12 lines
229 B
Markdown

# TabFrame Demo
![Screenshot](screenshot.png)
This demo shows off the TabFrame widget, in multiple copies of a
pop-up Window widget.
## Running It
From your terminal, just type `go run main.go` from this
example's directory.