Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger *log.Logger
Functions ¶
This section is empty.
Types ¶
type CheckList ¶
type CheckList struct {
// contains filtered or unexported fields
}
func NewCheckList ¶
func (*CheckList) SetOnCheckChangedListener ¶
func (cl *CheckList) SetOnCheckChangedListener(listener OnCheckChangedListener)
type Container ¶
func NewHorizontalContainer ¶
func NewHorizontalContainer() *Container
func NewVerticalContainer ¶
func NewVerticalContainer() *Container
type OnCheckChangedListener ¶
type OnRadioChangedListener ¶
type Paragraph ¶
type Paragraph struct { AutoScroll bool DisableLineWrapping bool // contains filtered or unexported fields }
func NewParagraph ¶
func NewParagraph() *Paragraph
func (*Paragraph) AppendLine ¶
type RadioList ¶
type RadioList struct {
// contains filtered or unexported fields
}
func NewRadioList ¶
func (*RadioList) SetOnRadioChangedListener ¶
func (rl *RadioList) SetOnRadioChangedListener(listener OnRadioChangedListener)
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
func (*UI) ReleaseFocus ¶
func (ui *UI) ReleaseFocus()
func (*UI) SetDefaultFocus ¶
Click to show internal directories.
Click to hide internal directories.