summaryrefslogtreecommitdiff
path: root/gui-example/main.go
diff options
context:
space:
mode:
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