MCPcopy
hub / github.com/wailsapp/wails / ListItemSetter

Interface ListItemSetter

v2/internal/frontend/desktop/windows/winc/listview.go:31–33  ·  view source on GitHub ↗

ListItemSetter is used in OnEndLabelEdit event.

Source from the content-addressed store, hash-verified

29
30// ListItemSetter is used in OnEndLabelEdit event.
31type 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.
36type StringListItem struct {

Callers

nothing calls this directly

Implementers 3

MenuItemv2/internal/frontend/desktop/windows/w
ControlBasev2/internal/frontend/desktop/windows/w
ToolButtonv2/internal/frontend/desktop/windows/w

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…