Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compact ¶
type Compact struct {
Status *Status
ID *TextCol
State *TextCol
Name *TextCol
Desc *TextCol
X, Y int
Width int
Height int
}
func NewCompact ¶
type Grid ¶
type Grid struct {
ui.GridBufferer
Rows []ui.GridBufferer
X, Y int
Width int
Height int
Offset int // starting row offset
}
func (*Grid) AddRows ¶
func (cg *Grid) AddRows(rows ...ui.GridBufferer)
Click to show internal directories.
Click to hide internal directories.