Documentation
¶
Index ¶
- type FormTextView
- func (t *FormTextView) GetFieldHeight() int
- func (t *FormTextView) GetFieldWidth() int
- func (t *FormTextView) GetLabel() string
- func (t *FormTextView) SetFinishedFunc(handler func(key tcell.Key)) tview.FormItem
- func (t *FormTextView) SetFormAttributes(labelWidth int, labelColor, bgColor, fieldTextColor, fieldBgColor tcell.Color) tview.FormItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormTextView ¶
func NewFormTextView ¶
func NewFormTextView(value string) *FormTextView
func (*FormTextView) GetFieldHeight ¶
func (t *FormTextView) GetFieldHeight() int
func (*FormTextView) GetFieldWidth ¶
func (t *FormTextView) GetFieldWidth() int
func (*FormTextView) SetFinishedFunc ¶
func (t *FormTextView) SetFinishedFunc(handler func(key tcell.Key)) tview.FormItem
func (*FormTextView) SetFormAttributes ¶
func (t *FormTextView) SetFormAttributes(labelWidth int, labelColor, bgColor, fieldTextColor, fieldBgColor tcell.Color) tview.FormItem
Click to show internal directories.
Click to hide internal directories.