summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-07 15:24:06 -0600
committerJeff Carr <[email protected]>2024-02-07 15:24:06 -0600
commitde85ed65b32cbb91b8ca796deb51f0ff1fa85de3 (patch)
treef0c242d35d89322fe8f10b201ce95ec8cec60a55 /main.go
parent89c14962b8ce71c2cf8a7e565eec4e20e04e8091 (diff)
trying to debug box direction
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.go b/main.go
index 5b7ce30..25d9a58 100644
--- a/main.go
+++ b/main.go
@@ -32,9 +32,6 @@ func main() {
log.SetTmp()
}
myGui = gui.New()
- // myGui.LoadToolkit("andlabs")
- // myGui.LoadToolkit("nocui")
-
myGui.Default()
helloworld()
@@ -57,6 +54,8 @@ func helloworld() {
mainWindow = myGui.NewWindow("hello world").SetProgName("BASEWIN1")
box := mainWindow.NewBox("hbox", true)
+ // box := mainWindow.Box().Vertical()
+ // box := mainWindow.Box().Horizontal()
section1 = newChoices(box)
group := box.NewGroup("interact")