[][src]Trait cocoa::appkit::NSStatusBar

pub trait NSStatusBar: Sized {
    unsafe fn statusItemWithLength_(self, length: CGFloat) -> id;
unsafe fn removeStatusItem_(self, item: id);
unsafe fn isVertical(self) -> BOOL; unsafe fn systemStatusBar(_: Self) -> id { ... } }

Required methods

unsafe fn statusItemWithLength_(self, length: CGFloat) -> id

unsafe fn removeStatusItem_(self, item: id)

unsafe fn isVertical(self) -> BOOL

Loading content...

Provided methods

unsafe fn systemStatusBar(_: Self) -> id

Loading content...

Implementors

impl NSStatusBar for id[src]

Loading content...