[][src]Trait uikit_sys::IUITextFormattingCoordinator

pub trait IUITextFormattingCoordinator: Sized + Deref {
    unsafe fn initWithWindowScene_(
        self,
        windowScene: UIWindowScene
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setSelectedAttributes_isMultiple_(
        self,
        attributes: NSDictionary,
        flag: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn delegate(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDelegate_(self, delegate: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn textFormattingCoordinatorForWindowScene_(
        windowScene: UIWindowScene
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn toggleFontPanel_(sender: id)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isFontPanelVisible() -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithWindowScene_(self, windowScene: UIWindowScene) -> instancetype where
    Self::Target: Message + Sized

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn setSelectedAttributes_isMultiple_(
    self,
    attributes: NSDictionary,
    flag: BOOL
) where
    Self::Target: Message + Sized

unsafe fn delegate(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn setDelegate_(self, delegate: *mut u64) where
    Self::Target: Message + Sized

unsafe fn textFormattingCoordinatorForWindowScene_(
    windowScene: UIWindowScene
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn toggleFontPanel_(sender: id) where
    Self::Target: Message + Sized

unsafe fn isFontPanelVisible() -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUITextFormattingCoordinator for UITextFormattingCoordinator[src]

Loading content...