| 84 | } |
| 85 | |
| 86 | void UIScrollableWidget::setScrollViewType( const ScrollViewType& viewType ) { |
| 87 | if ( viewType != mScrollViewType ) { |
| 88 | mScrollViewType = viewType; |
| 89 | onContentSizeChange(); |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | UIScrollBar* UIScrollableWidget::getVerticalScrollBar() const { |
| 94 | return mVScroll; |
no outgoing calls
no test coverage detected