diff options
| author | Jeff Carr <[email protected]> | 2021-10-27 11:18:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-27 11:18:22 -0500 |
| commit | 10e13423db08e282a1f41c2f38f348d630cfca96 (patch) | |
| tree | 3594d3dcd7ad55fc368fdb970012a21d56bb8a4b /gui-example/main.go | |
| parent | 356632ca5a51095149d8e2f1aea7efdc4917fc18 (diff) | |
REFACTOR: still trying to clean this up
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui-example/main.go')
| -rw-r--r-- | gui-example/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-example/main.go b/gui-example/main.go index e1caa6e..2b8cc39 100644 --- a/gui-example/main.go +++ b/gui-example/main.go @@ -29,7 +29,7 @@ func initGUI() { node := gui.NewWindow() node.AddDemoTab("A Simple Tab Demo") - node.AddAndlabsUiDemoTab("A Simple andlabs/ui Tab Demo") + node.AddDemoAndlabsUiTab("A Simple andlabs/ui Tab Demo") } // This demonstrates how to properly interact with the GUI |
