diff options
| author | Jeff Carr <[email protected]> | 2021-11-04 01:12:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-11-04 01:12:42 -0500 |
| commit | 519271d056ab0304cde860fed34ba0fb6423ae68 (patch) | |
| tree | 3ada384c46a77c9d86eef1dea50a9f4fdeee7bdd /new-structs.go | |
| parent | ae7a69b636bc145745ed8e2b30ab2adba166be74 (diff) | |
GOOD: add Node.SetMargined()
Signed-off-by: Jeff Carr <[email protected]>
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 { |
