MCPcopy Index your code
hub / github.com/lxn/walk / Add

Method Add

widgetlist.go:32–34  ·  view source on GitHub ↗
(item Widget)

Source from the content-addressed store, hash-verified

30}
31
32func (l *WidgetList) Add(item Widget) error {
33 return l.Insert(len(l.items), item)
34}
35
36func (l *WidgetList) At(index int) Widget {
37 return l.items[index].window.(Widget)

Callers 1

SetParentMethod · 0.95

Calls 1

InsertMethod · 0.95

Tested by

no test coverage detected