MCPcopy
hub / github.com/lxn/walk / Len

Method Len

widgetlist.go:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125func (l *WidgetList) Len() int {
126 return len(l.items)
127}
128
129func (l *WidgetList) Remove(item Widget) error {
130 index := l.Index(item)

Callers 15

SaveStateMethod · 0.45
RestoreStateMethod · 0.45
onInsertedWidgetMethod · 0.45
onRemovedWidgetMethod · 0.45
onActionChangedMethod · 0.45
onClearingActionsMethod · 0.45
NewRadioButtonFunction · 0.45
SetModelMethod · 0.45
SaveStateMethod · 0.45
handleKeyDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected