[go: up one dir, main page]

Trait cocoa::appkit::NSPanel

source ·
pub trait NSPanel: Sized {
    unsafe fn setBecomesKeyOnlyIfNeeded(self, becomesKeyOnlyIfNeeded: BOOL);
    unsafe fn becomesKeyOnlyIfNeeded(self) -> BOOL;
    unsafe fn setFloatingPanel(self, floatingPanel: BOOL);
    unsafe fn floatingPanel(self) -> BOOL;
    unsafe fn setWorksWhenModal(self, worksWithPanel: BOOL);

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

Required Methods

Provided Methods

Implementors