[][src]Trait cocoa::appkit::NSImageView

pub trait NSImageView: Sized {
    unsafe fn initWithFrame_(self, frameRect: NSRect) -> id;
unsafe fn setImage_(self, img: id); unsafe fn alloc(_: Self) -> id { ... } }

Required methods

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

unsafe fn setImage_(self, img: id)

Loading content...

Provided methods

unsafe fn alloc(_: Self) -> id

Loading content...

Implementors

impl NSImageView for id[src]

Loading content...