| 249 | } |
| 250 | |
| 251 | void PickerWindow::OnInit() |
| 252 | { |
| 253 | this->badge_classes = GUIBadgeClasses(this->callbacks.GetFeature()); |
| 254 | this->badge_filters = AddBadgeDropdownFilters(this, WID_PW_BADGE_FILTER, WID_PW_BADGE_FILTER, COLOUR_DARK_GREEN, this->callbacks.GetFeature()); |
| 255 | |
| 256 | this->widget_lookup.clear(); |
| 257 | this->nested_root->FillWidgetLookup(this->widget_lookup); |
| 258 | } |
| 259 | |
| 260 | void PickerWindow::Close(int data) |
| 261 | { |
nothing calls this directly
no test coverage detected