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

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 ) ;
Created by Valadoc