Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Paragraph ¶
type Paragraph struct { ui.Block TextStyle ui.Style WrapText bool ScrollPosition int Rows [][]ui.Cell RowsL int }
Paragraph struct for creating paragraphs
func (*Paragraph) ScrollAmount ¶
ScrollAmount charge scroll position relative to the given amount
func (*Paragraph) ScrollDown ¶
func (para *Paragraph) ScrollDown()
ScrollDown will scroll down the paragraph
Click to show internal directories.
Click to hide internal directories.