summaryrefslogtreecommitdiff
path: root/gui-example/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-25 07:51:17 -0500
committerJeff Carr <[email protected]>2021-10-25 07:51:17 -0500
commit00ff23e3aacb77ee8ee8b6a28faa206af2b80ffa (patch)
treef69ac88b1ba84884559fe304818ec8dde121b1dd /gui-example/main.go
parent64d0239ccad04d088211902f86ecd6a36bc8b466 (diff)
NODE: finally remove initBlankWindow()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui-example/main.go')
-rw-r--r--gui-example/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui-example/main.go b/gui-example/main.go
index 722253a..e1caa6e 100644
--- a/gui-example/main.go
+++ b/gui-example/main.go
@@ -29,6 +29,7 @@ func initGUI() {
node := gui.NewWindow()
node.AddDemoTab("A Simple Tab Demo")
+ node.AddAndlabsUiDemoTab("A Simple andlabs/ui Tab Demo")
}
// This demonstrates how to properly interact with the GUI