diff options
| author | Jeff Carr <[email protected]> | 2021-10-25 05:41:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-25 05:41:12 -0500 |
| commit | c4012643faf61722e319e8126b0adc55bd67294d (patch) | |
| tree | 689157c61abf7aa283421fb652c2760ef228a9f9 /main.go | |
| parent | cbb777cb3dabee7fd7a9979bf4690a4ebf593666 (diff) | |
CLEAN: clean up labels
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -40,17 +40,3 @@ func ExampleWindow() { window.UiWindow.Show() } - -func DebugWindow() { - log.Println("START gui.ExampleWindow()") - - title := "Debug Window" - node := InitWindow(nil, nil, title, 0) - box := node.box - window := box.Window - log.Println("box =", box) - log.Println("window =", window) - node.AddDebugTab("jcarr Debug") - - window.UiWindow.Show() -} |
