From 00ff23e3aacb77ee8ee8b6a28faa206af2b80ffa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 25 Oct 2021 07:51:17 -0500 Subject: NODE: finally remove initBlankWindow() Signed-off-by: Jeff Carr --- gui-example/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'gui-example/main.go') 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 -- cgit v1.2.3