diff options
Diffstat (limited to 'new-structs.go')
| -rw-r--r-- | new-structs.go | 2 |
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 { |
