[][src]Trait cocoa::appkit::NSControl

pub trait NSControl: Sized {
    unsafe fn initWithFrame_(self, frameRect: NSRect) -> id;
unsafe fn isEnabled_(self) -> BOOL;
unsafe fn setEnabled_(self, enabled: BOOL) -> BOOL; unsafe fn alloc(_: Self) -> id { ... } }

Required methods

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

unsafe fn isEnabled_(self) -> BOOL

unsafe fn setEnabled_(self, enabled: BOOL) -> BOOL

Loading content...

Provided methods

unsafe fn alloc(_: Self) -> id

Loading content...

Implementors

impl NSControl for id[src]

Loading content...