NewMobileEntry creates a new single line entry widget with more options for mobile devices
()
| 183 | |
| 184 | // NewMobileEntry creates a new single line entry widget with more options for mobile devices |
| 185 | func NewMobileEntry() *mobileEntry { |
| 186 | entry := &mobileEntry{} |
| 187 | entry.ExtendBaseWidget(entry) |
| 188 | return entry |
| 189 | } |
| 190 | |
| 191 | func (o *mobileEntry) FocusGained() { |
| 192 | o.Entry.FocusGained() |