diff options
| author | Jeff Carr <[email protected]> | 2024-02-07 15:24:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-07 15:24:06 -0600 |
| commit | de85ed65b32cbb91b8ca796deb51f0ff1fa85de3 (patch) | |
| tree | f0c242d35d89322fe8f10b201ce95ec8cec60a55 /main.go | |
| parent | 89c14962b8ce71c2cf8a7e565eec4e20e04e8091 (diff) | |
trying to debug box direction
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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") |
