From 2141e04328dcf4e4d6857fcc0a7cb551fc84fa07 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 16 Oct 2022 08:07:13 -0500 Subject: Add slander and spinbox in toolkit/andlabs fix the helloworld demo move slider into toolkit/ move more into the toolkit directory add spinbox() fix example minor update fix examples Fix andlabs.ui.Slider() to work again correctly implement custom OnChange() callback Signed-off-by: Jeff Carr --- cmds/gui-example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/gui-example/Makefile') diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile index 638cffc..9ecbe55 100644 --- a/cmds/gui-example/Makefile +++ b/cmds/gui-example/Makefile @@ -2,5 +2,5 @@ run: build ./gui-example build: - GO111MODULE="off" go -v get . + GO111MODULE="off" go get -v . GO111MODULE="off" go build -- cgit v1.2.3