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

Method setScrollViewType

src/eepp/ui/uiscrollablewidget.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

createTerminalMenuMethod · 0.45
initProjectTreeViewUIMethod · 0.45
createTerminalMethod · 0.45
createNewTerminalMethod · 0.45
buildSidePanelTabMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected