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.
12 lines
229 B
Markdown
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.
|