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