C# Class GtkGL.GdkGLPixmap

Inheritance: GLib.Opaque
Show file Open project: mono/gtkglarea-sharp

Public Methods

Method Description
GdkGLPixmap ( Gdk visual, Gdk pixmap ) : System
GdkGLPixmap ( IntPtr raw ) : System
MakeCurrent ( GtkGL context ) : int

Protected Methods

Method Description
Ref ( IntPtr raw ) : void
Unref ( IntPtr raw ) : void

Private Methods

Method Description
gdk_gl_pixmap_make_current ( IntPtr raw, IntPtr context ) : int
gdk_gl_pixmap_new ( IntPtr visual, IntPtr pixmap ) : IntPtr
gdk_gl_pixmap_ref ( IntPtr raw ) : IntPtr
gdk_gl_pixmap_unref ( IntPtr raw ) : void

Method Details

GdkGLPixmap() public method

public GdkGLPixmap ( Gdk visual, Gdk pixmap ) : System
visual Gdk
pixmap Gdk
return System

GdkGLPixmap() public method

public GdkGLPixmap ( IntPtr raw ) : System
raw System.IntPtr
return System

MakeCurrent() public method

public MakeCurrent ( GtkGL context ) : int
context GtkGL
return int

Ref() protected method

protected Ref ( IntPtr raw ) : void
raw System.IntPtr
return void

Unref() protected method

protected Unref ( IntPtr raw ) : void
raw System.IntPtr
return void