summaryrefslogtreecommitdiff
path: root/demo-window-andlabs-ui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-28 19:11:37 -0500
committerJeff Carr <[email protected]>2021-10-28 19:11:37 -0500
commit5cff6a1acef806e263191fcb58bd68ac4a7287ea (patch)
treeef792ad311466c732ea65bf78f8db08180d10f96 /demo-window-andlabs-ui.go
parentc97cb89b4a154548891173764a4310e3be5b1a2c (diff)
CLEAN: rename some functions for consistancy
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'demo-window-andlabs-ui.go')
-rw-r--r--demo-window-andlabs-ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-window-andlabs-ui.go b/demo-window-andlabs-ui.go
index 806dc14..e11ffe9 100644
--- a/demo-window-andlabs-ui.go
+++ b/demo-window-andlabs-ui.go
@@ -8,7 +8,7 @@ import _ "github.com/andlabs/ui/winmanifest"
// calls to andlabs/ui. This can be used to bypass
// the obvuscation added in this package if it is desired
// or needed.
-func (n *Node) AddDemoAndlabsUiTab(title string) {
+func (n *Node) DemoAndlabsUiTab(title string) {
newNode := n.AddTab(title, makeAndlabsUiTab())
if (Config.DebugNode) {
newNode.Dump()