MCPcopy
hub / github.com/lxn/walk / onRemovedGraphicsEffect

Method onRemovedGraphicsEffect

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

Source from the content-addressed store, hash-verified

426}
427
428func (wb *WidgetBase) onRemovedGraphicsEffect(index int, effect WidgetGraphicsEffect) error {
429 wb.invalidateBorderInParent()
430
431 return nil
432}
433
434func (wb *WidgetBase) onClearedGraphicsEffects() error {
435 wb.invalidateBorderInParent()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected