Documentation ¶
Index ¶
- type Entry
- func (e *Entry) AcceptsTab() bool
- func (e *Entry) CreateRenderer() fyne.WidgetRenderer
- func (e *Entry) FocusGained()
- func (e *Entry) FocusLost()
- func (e *Entry) KeyDown(key *fyne.KeyEvent)
- func (e *Entry) KeyUp(key *fyne.KeyEvent)
- func (e *Entry) TypedKey(key *fyne.KeyEvent)
- func (e *Entry) TypedRune(r rune)
- func (e *Entry) TypedShortcut(shortcut fyne.Shortcut)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { widget.Entry MinWidth float32 OnFocusGained func() `json:"-"` OnFocusLost func() `json:"-"` OnTab func(fyne.KeyModifier) bool `json:"-"` OnShortcutTyped func(fyne.Shortcut) bool `json:"-"` OnKeyTyped func(*fyne.KeyEvent, fyne.KeyModifier) bool `json:"-"` OnRuneTyped func(r rune) bool `json:"-"` // contains filtered or unexported fields }
func (*Entry) AcceptsTab ¶
func (*Entry) CreateRenderer ¶
func (e *Entry) CreateRenderer() fyne.WidgetRenderer
func (*Entry) FocusGained ¶
func (e *Entry) FocusGained()
func (*Entry) TypedShortcut ¶
func (e *Entry) TypedShortcut(shortcut fyne.Shortcut)
Click to show internal directories.
Click to hide internal directories.