From a7cc6fa5d3181c5c34f399ffc99bb92784f5113a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Mar 2025 20:06:07 -0600 Subject: stub in widgetpb --- action.go | 1 + 1 file changed, 1 insertion(+) diff --git a/action.go b/action.go index a2cdee8..e6311f9 100644 --- a/action.go +++ b/action.go @@ -44,6 +44,7 @@ type Action struct { Expand bool TablePB []byte // a table protobuf + WidgetPB []byte // a tree of widgets } type ActionType int // Add, SetText, Click, Hide, Append, Delete, etc -- cgit v1.2.3