MCPcopy Create free account
hub / github.com/SolarLune/masterplan / SetText

Method SetText

gui.go:2426–2433  ·  view source on GitHub ↗
(text []rune)

Source from the content-addressed store, hash-verified

2424}
2425
2426func (label *Label) SetText(text []rune) {
2427
2428 if string(label.Text) != string(text) {
2429 label.SetTextRaw(text)
2430 label.textChanged = true
2431 }
2432
2433}
2434
2435func (label *Label) SetTextRaw(text []rune) {
2436

Callers 14

NewLabelFunction · 0.95
UpdateMethod · 0.95
DeleteCharsMethod · 0.95
InsertRunesAtIndexMethod · 0.95
NewLinkContentsFunction · 0.95
ConstructMenusFunction · 0.95
HandleExternalPasteMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80

Calls 1

SetTextRawMethod · 0.95

Tested by

no test coverage detected