summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-11-04 01:12:42 -0500
committerJeff Carr <[email protected]>2021-11-04 01:12:42 -0500
commit519271d056ab0304cde860fed34ba0fb6423ae68 (patch)
tree3ada384c46a77c9d86eef1dea50a9f4fdeee7bdd /new-structs.go
parentae7a69b636bc145745ed8e2b30ab2adba166be74 (diff)
GOOD: add Node.SetMargined()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'new-structs.go')
-rw-r--r--new-structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/new-structs.go b/new-structs.go
index 65b964f..5bceae2 100644
--- a/new-structs.go
+++ b/new-structs.go
@@ -65,6 +65,8 @@ type Node struct {
uiBox *ui.Box
uiArea *ui.Area
uiText *ui.EditableCombobox
+ uiMultilineEntry *ui.MultilineEntry
+ uiGroup *ui.Group
}
func (n *Node) Parent() *Node {