summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 80c763d..cf84746 100644
--- a/structs.go
+++ b/structs.go
@@ -20,13 +20,15 @@ var Data GuiData
var Config GuiConfig
type GuiConfig struct {
+ Title string
Width int
Height int
+ Exit func(*Node)
+
Debug bool
DebugNode bool
DebugTabs bool
DebugTable bool
- Exit func(*GuiWindow)
depth int
counter int // used to make unique ID's