[][src]Trait cocoa::appkit::NSOpenGLView

pub trait NSOpenGLView: Sized {
    unsafe fn initWithFrame_pixelFormat_(
        self,
        frameRect: NSRect,
        format: id
    ) -> id;
unsafe fn display_(self);
unsafe fn setOpenGLContext_(self, context: id);
unsafe fn setPixelFormat_(self, pixelformat: id); unsafe fn alloc(_: Self) -> id { ... } }

Required methods

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

unsafe fn display_(self)

unsafe fn setOpenGLContext_(self, context: id)

unsafe fn setPixelFormat_(self, pixelformat: id)

Loading content...

Provided methods

unsafe fn alloc(_: Self) -> id

Loading content...

Implementors

impl NSOpenGLView for id[src]

Loading content...