[][src]Trait uikit_sys::INSTextTab

pub trait INSTextTab: Sized + Deref {
    unsafe fn initWithTextAlignment_location_options_(
        self,
        alignment: NSTextAlignment,
        loc: CGFloat,
        options: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn alignment(self) -> NSTextAlignment
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn location(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn options(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn columnTerminatorsForLocale_(aLocale: NSLocale) -> NSCharacterSet
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithTextAlignment_location_options_(
    self,
    alignment: NSTextAlignment,
    loc: CGFloat,
    options: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn alignment(self) -> NSTextAlignment where
    Self::Target: Message + Sized

unsafe fn location(self) -> CGFloat where
    Self::Target: Message + Sized

unsafe fn options(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn columnTerminatorsForLocale_(aLocale: NSLocale) -> NSCharacterSet where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSTextTab for NSTextTab[src]

Loading content...