| 27 | } |
| 28 | |
| 29 | void CSliderUI::SetEnabled(bool bEnable) |
| 30 | { |
| 31 | CControlUI::SetEnabled(bEnable); |
| 32 | if( !IsEnabled() ) { |
| 33 | m_uButtonState = 0; |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | int CSliderUI::GetChangeStep() |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected