gdk-2.0 Reference Manual

Synopsis

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                 (  ) ;
}

Cursor Description

Details

Constructor Details

Cursor ()
    public                              Cursor                    ( CursorType          cursor_type ) ;		

Cursor.for_display ()
    public                              Cursor.for_display        ( Display             display,
                                                                    CursorType          cursor_type ) ;		

Cursor.from_name ()
    public                              Cursor.from_name          ( Display             display,
                                                                    string              name ) ;		

Cursor.from_pixbuf ()
    public                              Cursor.from_pixbuf        ( Display             display,
                                                                    Pixbuf              pixbuf,
                                                                    int                 x,
                                                                    int                 y ) ;		

Cursor.from_pixmap ()
    public                              Cursor.from_pixmap        ( Pixmap              source,
                                                                    Pixmap              mask,
                                                                    Color               fg,
                                                                    Color               bg,
                                                                    int                 x,
                                                                    int                 y ) ;		

Field Details

type
    public    CursorType                type ;		

ref_count
    public    uint                      ref_count ;		

Signal Details

Property Details

Method Details

get_display ()
    public    weak Display              get_display               (  ) ;		

get_image ()
    public    weak Pixbuf               get_image                 (  ) ;		


Created by Valadoc