[go: up one dir, main page]

Trait cocoa::appkit::NSStatusBar

source ·
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

Provided Methods

Implementors