summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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")