public class Cursor : Boxed {
public CursorType type ;
public uint ref_count ;
public Cursor ( CursorType cursor_type ) ;
public Cursor.for_display ( Display display,
CursorType cursor_type ) ;
public Cursor.from_name ( Display display,
string name ) ;
public Cursor.from_pixbuf ( Display display,
Pixbuf pixbuf,
int x,
int y ) ;
public Cursor.from_pixmap ( Pixmap source,
Pixmap mask,
Color fg,
Color bg,
int x,
int y ) ;
public weak Display get_display ( ) ;
public weak Pixbuf get_image ( ) ;
}

public Cursor ( CursorType cursor_type ) ;
public Cursor.for_display ( Display display,
CursorType cursor_type ) ;
public Cursor.from_name ( Display display,
string name ) ;
public Cursor.from_pixbuf ( Display display,
Pixbuf pixbuf,
int x,
int y ) ;
public Cursor.from_pixmap ( Pixmap source,
Pixmap mask,
Color fg,
Color bg,
int x,
int y ) ;
public CursorType type ;
public uint ref_count ;
public weak Display get_display ( ) ;
public weak Pixbuf get_image ( ) ;
Created by Valadoc