mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
remove Render method from containerWidgets interface
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user