Trait cocoa::appkit::NSToolbar

source ·
pub trait NSToolbar: Sized {
    // Required methods
    unsafe fn init_(self) -> id;
    unsafe fn initWithIdentifier_(self, identifier: id) -> id;
    unsafe fn showsBaselineSeparator(self) -> BOOL;
    unsafe fn setShowsBaselineSeparator_(self, value: BOOL);

    // Provided method
    unsafe fn alloc(_: Self) -> id { ... }
}

Required Methods§

source

unsafe fn init_(self) -> id

source

unsafe fn initWithIdentifier_(self, identifier: id) -> id

source

unsafe fn showsBaselineSeparator(self) -> BOOL

source

unsafe fn setShowsBaselineSeparator_(self, value: BOOL)

Provided Methods§

source

unsafe fn alloc(_: Self) -> id

Implementors§