| 95 | } |
| 96 | |
| 97 | bool Window::HasStyle( Style style ) const { |
| 98 | return (m_style & style) == style; |
| 99 | } |
| 100 | |
| 101 | sf::Vector2f Window::CalculateRequisition() { |
| 102 | float visual_border_width( Context::Get().GetEngine().GetProperty<float>( "BorderWidth", shared_from_this() ) ); |
no outgoing calls
no test coverage detected