stub in widgetpb
This commit is contained in:
parent
59f97be98c
commit
a7cc6fa5d3
|
@ -44,6 +44,7 @@ type Action struct {
|
||||||
Expand bool
|
Expand bool
|
||||||
|
|
||||||
TablePB []byte // a table protobuf
|
TablePB []byte // a table protobuf
|
||||||
|
WidgetPB []byte // a tree of widgets
|
||||||
}
|
}
|
||||||
|
|
||||||
type ActionType int // Add, SetText, Click, Hide, Append, Delete, etc
|
type ActionType int // Add, SetText, Click, Hide, Append, Delete, etc
|
||||||
|
|
Loading…
Reference in New Issue