Compare commits

..

No commits in common. "guimaster" and "guimain" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
all: build
./helloworld --gui gocui
./helloworld
build:
GO111MODULE=off go build \
@ -30,9 +30,6 @@ embed:
gocui:
./helloworld --gui gocui
andlabs:
./helloworld --gui andlabs
goimports:
goimports -w *.go

View File

@ -33,7 +33,7 @@ func helloworld() {
window := myGui.NewWindow("hello world")
box := window.NewBox("vbox", false)
group := box.NewGroup("A Group")
group := box.NewGroup("groupy")
grid := group.NewGrid("gridiron", 2, 1)
grid.NewButton("hello", func() {