| 584 | } |
| 585 | |
| 586 | void Widget::UpdateDrawablePosition() const { |
| 587 | if( m_drawable ) { |
| 588 | m_drawable->SetPosition( GetAbsolutePosition() ); |
| 589 | } |
| 590 | } |
| 591 | |
| 592 | void Widget::SetId( const std::string& id ) { |
| 593 | if( id.empty() ) { |
nothing calls this directly
no test coverage detected