Text returns the current label text
()
| 59 | |
| 60 | // Text returns the current label text |
| 61 | func (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 |