-
public static weak Pixmap colormap_create_from_xpm (Drawable drawable, Colormap colormap, out Bitmap mask, Color transparent_color, string filename)
Create a pixmap from a XPM file using a particular colormap.
-
public static weak Pixmap colormap_create_from_xpm_d (Drawable drawable, Colormap colormap, out Bitmap mask, Color transparent_color, string data)
Create a pixmap from data in XPM format using a particular colormap.
-
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, out Bitmap mask, Color transparent_color, string filename)
Create a pixmap from a XPM file.
-
public static weak Pixmap create_from_xpm_d (Drawable drawable, out Bitmap mask, Color transparent_color, string data)
Create a pixmap from data in XPM format.
-
public static weak Pixmap foreign_new (NativeWindow anid)
Wraps a native window for the default display in a Pixmap.
This may fail if the pixmap has been destroyed.
-
public static weak Pixmap foreign_new_for_display (Display display, NativeWindow anid)
Wraps a native pixmap in a Pixmap. This may fail if the
pixmap has been destroyed.
-
public static weak Pixmap foreign_new_for_screen (Screen screen, NativeWindow anid, int width, int height, int depth)
Wraps a native pixmap in a Pixmap. This may fail if the
pixmap has been destroyed.
-
public static weak Pixmap lookup (NativeWindow anid)
Looks up the Pixmap that wraps the given native pixmap
handle.
-
public static weak Pixmap lookup_for_display (Display display, NativeWindow anid)
Looks up the Pixmap that wraps the given native pixmap
handle.