diff options
| author | Jeff Carr <[email protected]> | 2025-03-02 20:05:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-02 20:05:23 -0600 |
| commit | 71c137c56b5541b3c049d513ec3dcf1c3502fe08 (patch) | |
| tree | 8db70df0452d1e497d1475415b5e2660565971c3 /structs.go | |
| parent | 0a23b33e633bed497a4c1136d41857ede47d8096 (diff) | |
stub in widgetpb
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,6 +4,7 @@ import ( "embed" "sync" + "go.wit.com/lib/protobuf/guipb" "go.wit.com/widget" ) @@ -157,8 +158,9 @@ type Node struct { NextH int // if this widget is in a grid, this is the position of a widget - AtW int - AtH int + AtW int + AtH int + widget guipb.Widget } type Widget interface { |
