| 75 | } |
| 76 | |
| 77 | void ScrolledWindow::SetPlacement( Placement placement ) { |
| 78 | m_placement = placement; |
| 79 | |
| 80 | RecalculateContentAllocation(); |
| 81 | Invalidate(); |
| 82 | } |
| 83 | |
| 84 | bool ScrolledWindow::IsHorizontalScrollbarVisible() const { |
| 85 | if( m_policy & HORIZONTAL_ALWAYS ) { |