Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
130
func
(te *TextEdit) Text() string {
131
return
te.text()
132
}
133
134
func
(te *TextEdit) TextLength() int {
135
return
int(te.SendMessage(win.WM_GETTEXTLENGTH, 0, 0))
Callers
3
SetText
Method · 0.95
CreateLayoutItem
Method · 0.95
main
Function · 0.95
Calls
1
text
Method · 0.45
Tested by
no test coverage detected