[][src]Trait uikit_sys::IUIPopoverBackgroundView

pub trait IUIPopoverBackgroundView: Sized + Deref {
    unsafe fn arrowOffset(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setArrowOffset_(self, arrowOffset: CGFloat)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn arrowDirection(self) -> UIPopoverArrowDirection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setArrowDirection_(self, arrowDirection: UIPopoverArrowDirection)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn wantsDefaultContentAppearance() -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn setArrowOffset_(self, arrowOffset: CGFloat) where
    Self::Target: Message + Sized

unsafe fn arrowDirection(self) -> UIPopoverArrowDirection where
    Self::Target: Message + Sized

unsafe fn setArrowDirection_(self, arrowDirection: UIPopoverArrowDirection) where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl IUIPopoverBackgroundView for UIPopoverBackgroundView[src]

Loading content...