Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ scrollToBottom
Method
scrollToBottom
src/eepp/ui/uiscrollablewidget.cpp:279–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
void UIScrollableWidget::scrollToBottom() {
280
mVScroll->setValue( 1 );
281
}
282
283
void UIScrollableWidget::scrollToPosition( const Rectf& pos, const bool& scrollVertically,
284
const bool& scrollHorizontally ) {
Callers
1
processPicker
Method · 0.80
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected