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 /demo-window-andlabs-ui.go | |
| parent | c97cb89b4a154548891173764a4310e3be5b1a2c (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.go | 2 |
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() |
