MCPcopy 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
59func (tl *TextLabel) Text() string {
60 return tl.text()
61}
62
63func (tl *TextLabel) SetText(text string) error {
64 if changed, err := tl.setText(text); err != nil {

Callers 1

CreateLayoutItemMethod · 0.95

Calls 1

textMethod · 0.45

Tested by

no test coverage detected