diff options
| author | Jeff Carr <[email protected]> | 2024-01-01 15:43:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-01 15:43:50 -0600 |
| commit | 4e7bbd89900a733593f0848778103c1cf1a7145d (patch) | |
| tree | 22cd22124dd3ecba7c2a866b882d39aaf790d670 /toolkit/nocui/structs.go | |
| parent | 53ce3a8252090d5fb75d7fc1e3cd75a72c1415c6 (diff) | |
reorg to final resting place at go.wit.com/gui/guiv0.9.5
Signed-off-by: Jeff Carr <[email protected]>
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 -} |
