(index int, effect WidgetGraphicsEffect)
| 420 | } |
| 421 | |
| 422 | func (wb *WidgetBase) onInsertedGraphicsEffect(index int, effect WidgetGraphicsEffect) error { |
| 423 | wb.invalidateBorderInParent() |
| 424 | |
| 425 | return nil |
| 426 | } |
| 427 | |
| 428 | func (wb *WidgetBase) onRemovedGraphicsEffect(index int, effect WidgetGraphicsEffect) error { |
| 429 | wb.invalidateBorderInParent() |
nothing calls this directly
no test coverage detected