| 451 | } |
| 452 | |
| 453 | UIScrollBar::ScrollBarType UIScrollBar::getScrollBarType() const { |
| 454 | return mScrollBarStyle; |
| 455 | } |
| 456 | |
| 457 | void UIScrollBar::setScrollBarStyle( const ScrollBarType& scrollBarType ) { |
| 458 | if ( mScrollBarStyle != scrollBarType ) { |
no outgoing calls
no test coverage detected