Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
125
func
(l *WidgetList) Len() int {
126
return
len(l.items)
127
}
128
129
func
(l *WidgetList) Remove(item Widget) error {
130
index := l.Index(item)
Callers
15
SaveState
Method · 0.45
RestoreState
Method · 0.45
onInsertedWidget
Method · 0.45
onRemovedWidget
Method · 0.45
onActionChanged
Method · 0.45
onClearingActions
Method · 0.45
NewRadioButton
Function · 0.45
hasActiveGraphicsEffects
Method · 0.45
SetModel
Method · 0.45
SaveState
Method · 0.45
updateLVSizesWithSpecialCare
Method · 0.45
handleKeyDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected