MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getScrollBarType

Method getScrollBarType

src/eepp/ui/uiscrollbar.cpp:453–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453UIScrollBar::ScrollBarType UIScrollBar::getScrollBarType() const {
454 return mScrollBarStyle;
455}
456
457void UIScrollBar::setScrollBarStyle( const ScrollBarType& scrollBarType ) {
458 if ( mScrollBarStyle != scrollBarType ) {

Callers 5

getPropertyStringMethod · 0.80
getPropertyStringMethod · 0.80
getPropertyStringMethod · 0.80
getPropertyStringMethod · 0.80
getPropertyStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected