Trait NSAccessibilityStaticText

Source
pub unsafe trait NSAccessibilityStaticText: NSAccessibilityElementProtocol {
    // Provided methods
    unsafe fn accessibilityValue(&self) -> Option<Retained<NSString>>
       where Self: Sized + Message { ... }
    unsafe fn accessibilityAttributedStringForRange(
        &self,
        range: NSRange,
    ) -> Option<Retained<NSAttributedString>>
       where Self: Sized + Message { ... }
    unsafe fn accessibilityVisibleCharacterRange(&self) -> NSRange
       where Self: Sized + Message { ... }
}
Available on crate feature NSAccessibilityProtocols only.
Expand description

Provided Methods§

Trait Implementations§

Source§

impl ProtocolType for dyn NSAccessibilityStaticText

Source§

const NAME: &'static str = "NSAccessibilityStaticText"

The name of the Objective-C protocol that this type represents. Read more
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 NSAccessibilityStaticText

Implementations on Foreign Types§

Source§

impl<T> NSAccessibilityStaticText for ProtocolObject<T>

Implementors§

Source§

impl NSAccessibilityStaticText for NSComboBox

Available on crate feature NSComboBox only.
Source§

impl NSAccessibilityStaticText for NSSearchField

Available on crate feature NSSearchField only.
Source§

impl NSAccessibilityStaticText for NSSecureTextField

Available on crate feature NSSecureTextField only.
Source§

impl NSAccessibilityStaticText for NSTextField

Available on crate feature NSTextField only.
Source§

impl NSAccessibilityStaticText for NSTextView

Available on crate feature NSTextView only.
Source§

impl NSAccessibilityStaticText for NSTokenField

Available on crate feature NSTokenField only.