MCPcopy Create free account
hub / github.com/DEROFDN/Engram / NewMobileEntry

Function NewMobileEntry

custom.go:185–189  ·  view source on GitHub ↗

NewMobileEntry creates a new single line entry widget with more options for mobile devices

()

Source from the content-addressed store, hash-verified

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

Callers 1

layoutRestoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected