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

Method onInsertingWidget

widgetlist.go:14–14  ·  view source on GitHub ↗
(index int, widget Widget)

Source from the content-addressed store, hash-verified

12
13type widgetListObserver interface {
14 onInsertingWidget(index int, widget Widget) error
15 onInsertedWidget(index int, widget Widget) error
16 onRemovingWidget(index int, widget Widget) error
17 onRemovedWidget(index int, widget Widget) error

Callers 3

onInsertingWidgetMethod · 0.65
InsertMethod · 0.65
onInsertingWidgetMethod · 0.65

Implementers 3

Splittersplitter.go
FormBaseform.go
ContainerBasecontainer.go

Calls

no outgoing calls

Tested by

no test coverage detected