From 26b06253d540fbcac2ae1372aa7fc0b1089bab98 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 May 2023 20:25:37 -0500 Subject: more code cleanups Signed-off-by: Jeff Carr --- toolkit/andlabs/structs.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'toolkit/andlabs/structs.go') diff --git a/toolkit/andlabs/structs.go b/toolkit/andlabs/structs.go index ac35183..c71732d 100644 --- a/toolkit/andlabs/structs.go +++ b/toolkit/andlabs/structs.go @@ -32,6 +32,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 *andlabsT } -- cgit v1.2.3