MCPcopy Index your code
hub / github.com/g3n/engine / Text

Method Text

gui/imagelabel.go:61–64  ·  view source on GitHub ↗

Text returns the current label text

()

Source from the content-addressed store, hash-verified

59
60// Text returns the current label text
61func (il *ImageLabel) Text() string {
62
63 return il.label.Text()
64}
65
66// SetIcon sets the image label icon from the default Icon font.
67// If there is currently a selected image, it is removed

Callers 1

CopyFieldsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected