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

Method onInsertedGraphicsEffect

widget.go:422–426  ·  view source on GitHub ↗
(index int, effect WidgetGraphicsEffect)

Source from the content-addressed store, hash-verified

420}
421
422func (wb *WidgetBase) onInsertedGraphicsEffect(index int, effect WidgetGraphicsEffect) error {
423 wb.invalidateBorderInParent()
424
425 return nil
426}
427
428func (wb *WidgetBase) onRemovedGraphicsEffect(index int, effect WidgetGraphicsEffect) error {
429 wb.invalidateBorderInParent()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected