gdk-2.0 Reference Manual

Synopsis

public class Pixmap : Drawable  {
    public                              Pixmap                    ( Drawable            drawable,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 depth ) ;


    public    static weak Pixmap        colormap_create_from_xpm  ( Drawable            drawable,
                                                                    Colormap            colormap,
                                                                    weak Bitmap         mask,
                                                                    Color               transparent_color,
                                                                    string              filename ) ;
    public    static weak Pixmap        colormap_create_from_xpm_d ( Drawable            drawable,
                                                                    Colormap            colormap,
                                                                    weak Bitmap         mask,
                                                                    Color               transparent_color,
                                                                    string              data ) ;
    public    static weak Pixmap        create_from_data          ( Drawable            drawable,
                                                                    string              data,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 depth,
                                                                    Color               fg,
                                                                    Color               bg ) ;
    public    static weak Pixmap        create_from_xpm           ( Drawable            drawable,
                                                                    weak Bitmap         mask,
                                                                    Color               transparent_color,
                                                                    string              filename ) ;
    public    static weak Pixmap        create_from_xpm_d         ( Drawable            drawable,
                                                                    weak Bitmap         mask,
                                                                    Color               transparent_color,
                                                                    string              data ) ;
    public    static weak Pixmap        foreign_new               ( NativeWindow        anid ) ;
    public    static weak Pixmap        foreign_new_for_display   ( Display             display,
                                                                    NativeWindow        anid ) ;
    public    static weak Pixmap        foreign_new_for_screen    ( Screen              screen,
                                                                    NativeWindow        anid,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 depth ) ;
    public    static weak Pixmap        lookup                    ( NativeWindow        anid ) ;
    public    static weak Pixmap        lookup_for_display        ( Display             display,
                                                                    NativeWindow        anid ) ;
}

Pixmap Description

Details

Constructor Details

Pixmap ()
    public                              Pixmap                    ( Drawable            drawable,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 depth ) ;		

Field Details

Signal Details

Property Details

Method Details

colormap_create_from_xpm ()
    public    static weak Pixmap        colormap_create_from_xpm  ( Drawable            drawable,
                                                                    Colormap            colormap,
                                                                    weak Bitmap         mask,
                                                                    Color               transparent_color,
                                                                    string              filename ) ;		

colormap_create_from_xpm_d ()
    public    static weak Pixmap        colormap_create_from_xpm_d ( Drawable            drawable,
                                                                    Colormap            colormap,
                                                                    weak Bitmap         mask,
                                                                    Color               transparent_color,
                                                                    string              data ) ;		

create_from_data ()
    public    static weak Pixmap        create_from_data          ( Drawable            drawable,
                                                                    string              data,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 depth,
                                                                    Color               fg,
                                                                    Color               bg ) ;		

create_from_xpm ()
    public    static weak Pixmap        create_from_xpm           ( Drawable            drawable,
                                                                    weak Bitmap         mask,
                                                                    Color               transparent_color,
                                                                    string              filename ) ;		

create_from_xpm_d ()
    public    static weak Pixmap        create_from_xpm_d         ( Drawable            drawable,
                                                                    weak Bitmap         mask,
                                                                    Color               transparent_color,
                                                                    string              data ) ;		

foreign_new ()
    public    static weak Pixmap        foreign_new               ( NativeWindow        anid ) ;		

foreign_new_for_display ()
    public    static weak Pixmap        foreign_new_for_display   ( Display             display,
                                                                    NativeWindow        anid ) ;		

foreign_new_for_screen ()
    public    static weak Pixmap        foreign_new_for_screen    ( Screen              screen,
                                                                    NativeWindow        anid,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 depth ) ;		

lookup ()
    public    static weak Pixmap        lookup                    ( NativeWindow        anid ) ;		

lookup_for_display ()
    public    static weak Pixmap        lookup_for_display        ( Display             display,
                                                                    NativeWindow        anid ) ;		


Created by Valadoc