diff options
| author | Jeff Carr <[email protected]> | 2024-02-12 10:04:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-12 10:04:36 -0600 |
| commit | 9f35ee8d3c8d1b37244927585f363ee84167a441 (patch) | |
| tree | b61ad27fb3b61106edb5a643f3c5a43afba4e172 /main.go | |
| parent | 52f207a1055c46526f597316b04aad714625d859 (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ func main() { // This initializes the first window and some widgets func helloworld() { - mainWindow = myGui.NewWindow("hello world").SetProgName("BASEWIN1") + mainWindow = myGui.NewWindow("primary helloworld window").SetProgName("BASEWIN1") box := mainWindow.NewBox("vbox", false) group := box.NewGroup("choices") |
