remove Render method from containerWidgets interface

This commit is contained in:
Bradley Cicenas
2017-02-26 22:55:45 +00:00
parent 70f2648952
commit 6cc357bb97
7 changed files with 108 additions and 80 deletions

View File

@@ -7,11 +7,12 @@ import (
type CompactGrid struct {
ui.GridBufferer
Rows []cwidgets.ContainerWidgets
X, Y int
Width int
Height int
header *CompactHeader
Rows []cwidgets.ContainerWidgets
X, Y int
Width int
Height int
header *CompactHeader
cursorID string
}
func NewCompactGrid() *CompactGrid {