diff options
Diffstat (limited to 'toolkit/nocui/structs.go')
| -rw-r--r-- | toolkit/nocui/structs.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/toolkit/nocui/structs.go b/toolkit/nocui/structs.go deleted file mode 100644 index 387ac51..0000000 --- a/toolkit/nocui/structs.go +++ /dev/null @@ -1,19 +0,0 @@ -package main - -// import "go.wit.com/gui/toolkit" - -// stores the raw toolkit internals -type guiWidget struct { - Width int - Height int - - c int - val map[int]string -} - -// It's probably a terrible idea to call this 'me' -var me config - -type config struct { - rootNode *node // the base of the binary tree. it should have id == 0 -} |
