diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 14:37:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 14:37:19 -0500 |
| commit | a2c3e48b8a9cff43e1bb6431a2ff3dd3dc9f90ce (patch) | |
| tree | 38ccfc2241147874e8d08eba4368c416cc06914f | |
| parent | 7c258bad70a7481eaa6756a26376294ada9e9a32 (diff) | |
lots of the junk gonev0.0.17
| -rw-r--r-- | common.go | 4 | ||||
| -rw-r--r-- | table.proto | 6 |
2 files changed, 2 insertions, 8 deletions
@@ -8,7 +8,3 @@ func (x *Widget) IsButton() bool { } return false } - -//func Init() bool { -// return true -//} diff --git a/table.proto b/table.proto index b06aac5..fb323f3 100644 --- a/table.proto +++ b/table.proto @@ -25,7 +25,6 @@ message ColAttr { DURATION = 4; BYTES = 5; } - int32 pad = 1; int32 width = 2; bool click = 3; @@ -42,9 +41,8 @@ message Table { // `autogenpb:marshal` string uuid = 1; string title = 2; Widget parent = 3; - Widget grid = 4; - repeated AnyCol anyCols = 11; - int64 height = 12; // the number of rows + repeated AnyCol anyCols = 4; + Widget grid = 5; // deprecate } message Tables { // `autogenpb:marshal` |
