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

Method setAllowHalfSliderOut

src/eepp/ui/uislider.cpp:504–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void UISlider::setAllowHalfSliderOut( bool allowHalfSliderOut ) {
505 if ( mAllowHalfSliderOut != allowHalfSliderOut ) {
506 mAllowHalfSliderOut = allowHalfSliderOut;
507
508 adjustChildren();
509
510 setValue( mValue );
511 }
512}
513
514bool UISlider::getExpandBackground() const {
515 return mExpandBackground;

Callers 2

uiscrollbar.cppFile · 0.80
createNewUIMethod · 0.80

Calls 1

setValueFunction · 0.85

Tested by 1

createNewUIMethod · 0.64