diff options
| author | Jeff Carr <[email protected]> | 2023-04-26 01:59:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-26 01:59:42 -0500 |
| commit | 7af6242cbfbd2d18461415e8421146f94093e8ca (patch) | |
| tree | 0bfdbc452b83cef498d32ad813bd28f0d2dbc149 /redraw.go | |
| parent | 4b9b381bcf02c212d72f55d4738943941e843250 (diff) | |
gocui: closer to working layout
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'redraw.go')
| -rw-r--r-- | redraw.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -31,18 +31,10 @@ func (n *Node) redo(plug *aplug) { a.WidgetType = n.WidgetType a.WidgetId = n.id - // used for new Windows -// a.Width = n.Width -// a.Height = n.Height - // used for anything that needs a range a.X = n.X a.Y = n.Y - // implement here for grids and tables ? -// a.NextX = n.NextX -// a.NextY = n.NextY - // used for values a.I = n.I a.S = n.S |
