Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AcceptBtn = utils.AcceptBtn
View Source
var App = app.New
constructors
View Source
var Button = func(lbl string, btntype ButtonType, act tea.Msg) Element { return ButtonWithID(-1, lbl, btntype, act) }
View Source
var ButtonWithID = button.New
View Source
var Container = container.New
View Source
var ControlBtn = utils.ControlBtn
View Source
var DimmedText = utils.DimmedText
View Source
var HorizontalContainer = utils.HorizontalContainer
View Source
var Input = func(lbl, def, plc string, inptype InputType) Element { return InputWithID(-1, lbl, def, plc, inptype) }
View Source
var InputWithID = input.New
View Source
var LabelText = utils.LabelText
View Source
var NormalText = utils.NormalText
View Source
var PathInput = utils.PathInput
View Source
var Radio = func(lbl string) Element { return RadioWithID(-1, lbl) }
View Source
var RadioWithID = radio.New
View Source
var Selector = func(opt []string, mult bool) Element { return SelectorWithID(-1, opt, mult) }
View Source
var SelectorWithID = selector.New
View Source
var SimpleBtn = utils.SimpleBtn
View Source
var SimpleContainer = utils.SimpleContainer
View Source
var Text = func(txt string, txttype TextType) Element { return TextWithID(-1, txt, txttype) }
View Source
var TextInput = utils.TextInput
View Source
var TextWithID = text.New
View Source
var VerticalContainer = utils.VerticalContainer
Functions ¶
This section is empty.
Types ¶
type ButtonType ¶
type ButtonType = utils.ButtonType
type Collection ¶
type Collection = obj.Collection
type Constructor ¶
type Constructor = app.Constructor
Click to show internal directories.
Click to hide internal directories.