Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorCancelled = errors.New("Text entry was cancelled by user") ErrorTooLong = errors.New("Too much text entry") )
Functions ¶
This section is empty.
Types ¶
type TextEntry ¶
type TextEntry struct {
// contains filtered or unexported fields
}
func (*TextEntry) AddBinding ¶
Click to show internal directories.
Click to hide internal directories.