Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lxn/walk
/ At
Method
At
widgetlist.go:36–38 ·
view source on GitHub ↗
(index int)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(l *WidgetList) At(index int) Widget {
37
return
l.items[index].window.(Widget)
38
}
39
40
func
(l *WidgetList) Clear() error {
41
observer := l.observer
Callers
13
SaveState
Method · 0.45
onActionChanged
Method · 0.45
onClearingActions
Method · 0.45
NewRadioButton
Function · 0.45
tableViewHdrWndProc
Function · 0.45
updateLVSizesWithSpecialCare
Method · 0.45
onSelChange
Method · 0.45
tabWidgetTabWndProc
Function · 0.45
CreateLayoutItem
Method · 0.45
hBitmapFromImage
Function · 0.45
onClearingWidgets
Method · 0.45
CreateLayoutItemsForContainerWithContext
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected