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

Method onClearedGraphicsEffects

widget.go:434–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

432}
433
434func (wb *WidgetBase) onClearedGraphicsEffects() error {
435 wb.invalidateBorderInParent()
436
437 return nil
438}
439
440func (wb *WidgetBase) invalidateBorderInParent() {
441 if !wb.hasActiveGraphicsEffects() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected