ui/eg/tabframe
Noah 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
..
README.md New Widget: TabFrame 2021-07-25 20:53:09 -07:00
main.go New Widget: TabFrame 2021-07-25 20:53:09 -07:00
screenshot.png New Widget: TabFrame 2021-07-25 20:53:09 -07:00

README.md

TabFrame Demo

Screenshot

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.