(newProps: ComboBoxProps, oldProps: ComboBoxProps)
| 100 | */ |
| 101 | export class RNComboBox extends QComboBox implements RNWidget { |
| 102 | setProps(newProps: ComboBoxProps, oldProps: ComboBoxProps): void { |
| 103 | setComboBoxProps(this, newProps, oldProps); |
| 104 | } |
| 105 | appendInitialChild(child: QWidget<any>): void { |
| 106 | throwUnsupported(this); |
| 107 | } |
no test coverage detected