Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lxn/walk
/ Text
Method
Text
textlabel.go:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(tl *TextLabel) Text() string {
60
return
tl.text()
61
}
62
63
func
(tl *TextLabel) SetText(text string) error {
64
if
changed, err := tl.setText(text); err != nil {
Callers
1
CreateLayoutItem
Method · 0.95
Calls
1
text
Method · 0.45
Tested by
no test coverage detected