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 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7225bce..e2aa6b1 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,9 @@ update: go get -v -t -u ./... examples: - make -C gui-example + make -C cmds/helloworld + make -C cmds/gui-example + make -C cmds/gui-demo + +doc: + godoc -v -- cgit v1.2.3