ListItemSetter is used in OnEndLabelEdit event.
| 29 | |
| 30 | // ListItemSetter is used in OnEndLabelEdit event. |
| 31 | type ListItemSetter interface { |
| 32 | SetText(s string) // set first item in the array via LabelEdit event |
| 33 | } |
| 34 | |
| 35 | // StringListItem is helper for basic string lists. |
| 36 | type StringListItem struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…