MCPcopy Index your code
hub / github.com/lxn/walk / Text

Method Text

textedit.go:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func (te *TextEdit) Text() string {
131 return te.text()
132}
133
134func (te *TextEdit) TextLength() int {
135 return int(te.SendMessage(win.WM_GETTEXTLENGTH, 0, 0))

Callers 3

SetTextMethod · 0.95
CreateLayoutItemMethod · 0.95
mainFunction · 0.95

Calls 1

textMethod · 0.45

Tested by

no test coverage detected