MCPcopy 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
36func (l *WidgetList) At(index int) Widget {
37 return l.items[index].window.(Widget)
38}
39
40func (l *WidgetList) Clear() error {
41 observer := l.observer

Callers 13

SaveStateMethod · 0.45
onActionChangedMethod · 0.45
onClearingActionsMethod · 0.45
NewRadioButtonFunction · 0.45
tableViewHdrWndProcFunction · 0.45
onSelChangeMethod · 0.45
tabWidgetTabWndProcFunction · 0.45
CreateLayoutItemMethod · 0.45
hBitmapFromImageFunction · 0.45
onClearingWidgetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected