Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Box ¶
type Box interface {
Control
Append(Control, bool)
RemoveAt(int)
SetPadded(bool)
SetScrollable(Scrollable)
}
func NewHorizontalBox ¶
func NewHorizontalBox() Box
func NewVerticalBox ¶
func NewVerticalBox() Box
type Entry ¶
func NewMultiLineEntry ¶
func NewMultiLineEntry() Entry
type Scrollable ¶
type Scrollable int
const ( ScrollableNever Scrollable = iota ScrollableOverflow ScrollableAlways )
Click to show internal directories.
Click to hide internal directories.