Trait objc2_app_kit::NSIgnoreMisspelledWords

source ·
pub unsafe trait NSIgnoreMisspelledWords {
    // Provided method
    unsafe fn ignoreSpelling(&self, sender: Option<&AnyObject>)
       where Self: Sized + Message { ... }
}
Available on crate feature NSSpellProtocol only.

Provided Methods§

source

unsafe fn ignoreSpelling(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSIgnoreMisspelledWords

source§

const NAME: &'static str = "NSIgnoreMisspelledWords"

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 NSIgnoreMisspelledWords

Implementations on Foreign Types§

source§

impl<T> NSIgnoreMisspelledWords for ProtocolObject<T>

Implementors§

source§

impl NSIgnoreMisspelledWords for NSText

Available on crate features NSResponder and NSView and NSText only.
source§

impl NSIgnoreMisspelledWords for NSTextView

Available on crate features NSResponder and NSText and NSView and NSTextView only.