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.
10 lines
213 B
Modula-2
10 lines
213 B
Modula-2
module git.kirsle.net/go/ui
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.kirsle.net/go/render v0.0.0-20210614025954-d77f5056b782
|
|
github.com/veandco/go-sdl2 v0.4.8 // indirect
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
|
)
|