| 710 | void Widget::onPressStateChangedToDisabled() {} |
| 711 | |
| 712 | void Widget::updateChildrenDisplayedRGBA() |
| 713 | { |
| 714 | this->setColor(this->getColor()); |
| 715 | this->setOpacity(this->getOpacity()); |
| 716 | } |
| 717 | |
| 718 | Widget* Widget::getAncestorWidget(Node* node) |
| 719 | { |
no test coverage detected