| 404 | } |
| 405 | |
| 406 | void RadioButton::CopyContentsTo(DropdownList* list) const |
| 407 | { |
| 408 | list->Clear(); |
| 409 | for (auto& element : mElements) |
| 410 | list->AddLabel(element.mLabel, element.mValue); |
| 411 | } |
| 412 | |
| 413 | void RadioButton::CalcSliderVal() |
| 414 | { |
no test coverage detected