Trait objc2_app_kit::NSComboBoxDelegate

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

Provided Methods§

source

unsafe fn comboBoxWillPopUp(&self, notification: &NSNotification)
where Self: Sized + Message,

source

unsafe fn comboBoxWillDismiss(&self, notification: &NSNotification)
where Self: Sized + Message,

source

unsafe fn comboBoxSelectionDidChange(&self, notification: &NSNotification)
where Self: Sized + Message,

source

unsafe fn comboBoxSelectionIsChanging(&self, notification: &NSNotification)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSComboBoxDelegate

source§

const NAME: &'static str = "NSComboBoxDelegate"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn NSComboBoxDelegate

Implementations on Foreign Types§

source§

impl<T> NSComboBoxDelegate for ProtocolObject<T>

Implementors§