summaryrefslogtreecommitdiff
path: root/button.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-11-04 05:46:49 -0500
committerJeff Carr <[email protected]>2021-11-04 05:46:49 -0500
commitf5fa56cddcd2bb50d7a37637d1e8e056bfeea113 (patch)
treebe65237490f67f16a7a1ab213a2b28976af0a374 /button.go
parent98adddc996077f4ce6db4d3be949a96829ccb4f6 (diff)
SMALL: some stuff hanging around
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'button.go')
-rw-r--r--button.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/button.go b/button.go
index 5510ed7..755d9ab 100644
--- a/button.go
+++ b/button.go
@@ -54,6 +54,9 @@ func (n *Node) CreateFontButton(action string) *Node {
n.Dump()
})
n.uiBox.Append(n.uiFontButton, Config.Stretchy)
+
+ // TODO: implement Grid
+ n.uiGrid = ui.NewGrid()
return n
}