| 187 | //==> Begin IBuildContext API |
| 188 | Widget* Element::bound_widget() const SKR_NOEXCEPT { return widget(); } |
| 189 | BuildOwner* Element::build_owner() const SKR_NOEXCEPT { return _owner; } |
| 190 | bool Element::is_destroyed() const SKR_NOEXCEPT { return _lifecycle == EElementLifecycle::Destroyed; } |
| 191 | RenderObject* Element::find_render_object() const SKR_NOEXCEPT |
| 192 | { |