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

Function NewReturnEntry

custom.go:33–37  ·  view source on GitHub ↗

NewReturnEntry creates a new single line entry widget that executes a function when the return key is pressed

()

Source from the content-addressed store, hash-verified

31// NewReturnEntry creates a new single line entry widget that executes a function when the
32// return key is pressed
33func NewReturnEntry() *returnEntry {
34 entry := &returnEntry{}
35 entry.ExtendBaseWidget(entry)
36 return entry
37}
38
39func (e *returnEntry) TypedKey(key *fyne.KeyEvent) {
40 switch key.Name {

Callers 4

verificationOverlayFunction · 0.85
layoutMainFunction · 0.85
layoutTransfersFunction · 0.85
layoutAccountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected