summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-31 20:07:26 -0500
committerJeff Carr <[email protected]>2021-10-31 20:07:26 -0500
commit9bd0227844e0b6a6b7e507ea00bff4674a6e3167 (patch)
treea0dd35916fd0f40f624209af330eec2e2fd714ab /new-structs.go
parent764513474f7f03ccc7be5369a8ea6e7bcbff9071 (diff)
BOX: keep removing GuiBox
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'new-structs.go')
-rw-r--r--new-structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/new-structs.go b/new-structs.go
index 109b4af..8097fbc 100644
--- a/new-structs.go
+++ b/new-structs.go
@@ -51,6 +51,7 @@ type Node struct {
window *GuiWindow
box *GuiBox
+ area *GuiArea
custom func(*Node)
uiControl *ui.Control