Documentation ¶
Index ¶
- type Editor
- func (e *Editor) AddHandler(handler handlerFunc)
- func (e *Editor) Draw(screen tcell.Screen)
- func (e *Editor) GetEditorText() string
- func (e *Editor) GetHandlers() []handlerFunc
- func (e *Editor) SetHandlers(handlers []handlerFunc)
- func (e *Editor) SetSelectable(selectable bool)
- func (e *Editor) SetText(text string)
- func (e *Editor) SetTitle(text string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
func (*Editor) AddHandler ¶
func (e *Editor) AddHandler(handler handlerFunc)
func (*Editor) GetEditorText ¶
func (*Editor) GetHandlers ¶
func (e *Editor) GetHandlers() []handlerFunc
func (*Editor) SetHandlers ¶
func (e *Editor) SetHandlers(handlers []handlerFunc)
func (*Editor) SetSelectable ¶
Click to show internal directories.
Click to hide internal directories.