Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActivityLog ¶
type ActivityLog struct { tview.TableContentReadOnly Records []Record }
func NewActivityLog ¶
func NewActivityLog() *ActivityLog
func (*ActivityLog) GetCell ¶
func (al *ActivityLog) GetCell(row, column int) *tview.TableCell
Return the cell at the given position or nil if there is no cell. The row and column arguments start at 0 and end at what GetRowCount() and GetColumnCount() return, minus 1.
func (*ActivityLog) GetColumnCount ¶
func (al *ActivityLog) GetColumnCount() int
Return the total number of columns in the table.
func (*ActivityLog) GetRowCount ¶
func (al *ActivityLog) GetRowCount() int
Return the total number of rows in the table.
Click to show internal directories.
Click to hide internal directories.