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

Method Text

button.go:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func (b *Button) Text() string {
120 return b.text()
121}
122
123func (b *Button) SetText(value string) error {
124 if value == b.Text() {

Callers 3

initMethod · 0.95
SetTextMethod · 0.95
idealSizeMethod · 0.95

Calls 1

textMethod · 0.45

Tested by

no test coverage detected