diff options
| author | Jeff Carr <[email protected]> | 2021-10-28 19:11:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-28 19:11:37 -0500 |
| commit | 5cff6a1acef806e263191fcb58bd68ac4a7287ea (patch) | |
| tree | ef792ad311466c732ea65bf78f8db08180d10f96 /cmds/gui-demo/main.go | |
| parent | c97cb89b4a154548891173764a4310e3be5b1a2c (diff) | |
CLEAN: rename some functions for consistancy
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/gui-demo/main.go')
| -rw-r--r-- | cmds/gui-demo/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/gui-demo/main.go b/cmds/gui-demo/main.go index 372f2e2..8eae878 100644 --- a/cmds/gui-demo/main.go +++ b/cmds/gui-demo/main.go @@ -34,7 +34,7 @@ func initGUI() { gui.Config.Height = 240 gui.Config.Exit = myExit node2 := gui.NewWindow() - node2.AddDemoAndlabsUiTab("A Simple andlabs/ui Tab Demo") + node2.DemoAndlabsUiTab("A Simple andlabs/ui Tab Demo") } // This demonstrates how to properly interact with the GUI |
