pub unsafe trait NSComboBoxDelegate: NSTextFieldDelegate + MainThreadOnly {
// Provided methods
fn comboBoxWillPopUp(&self, notification: &NSNotification)
where Self: Sized + Message { ... }
fn comboBoxWillDismiss(&self, notification: &NSNotification)
where Self: Sized + Message { ... }
fn comboBoxSelectionDidChange(&self, notification: &NSNotification)
where Self: Sized + Message { ... }
fn comboBoxSelectionIsChanging(&self, notification: &NSNotification)
where Self: Sized + Message { ... }
}Available on crate features
NSComboBox and NSControl and NSTextField only.