diff options
Diffstat (limited to 'toolkit/nocui/structs.go')
| -rw-r--r-- | toolkit/nocui/structs.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/nocui/structs.go b/toolkit/nocui/structs.go index ed004de..c3ece3b 100644 --- a/toolkit/nocui/structs.go +++ b/toolkit/nocui/structs.go @@ -27,6 +27,12 @@ type node struct { X int Y int + // This is for the grid size & widget position + W int + H int + AtW int + AtH int + // the internal plugin toolkit structure tk *nocuiT } |
