MCPcopy 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
279void UIScrollableWidget::scrollToBottom() {
280 mVScroll->setValue( 1 );
281}
282
283void UIScrollableWidget::scrollToPosition( const Rectf& pos, const bool& scrollVertically,
284 const bool& scrollHorizontally ) {

Callers 1

processPickerMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected