Pixmap
Object Hierarchy:
Description:
public class Pixmap :
Drawable
Content:
Static methods:
- public static unowned Pixmap colormap_create_from_xpm (Drawable drawable, Colormap colormap, out unowned Bitmap mask, Color transparent_color, string filename)
- public static unowned Pixmap colormap_create_from_xpm_d (Drawable drawable, Colormap colormap, out unowned Bitmap mask, Color transparent_color, string data)
- public static unowned Pixmap create_from_data (Drawable drawable, uint8[] data, int width, int height, int depth, Color fg, Color bg)
- public static unowned Pixmap create_from_xpm (Drawable drawable, out unowned Bitmap mask, Color transparent_color, string filename)
- public static unowned Pixmap create_from_xpm_d (Drawable drawable, out unowned Bitmap mask, Color transparent_color, string data)
- public static unowned Pixmap foreign_new (NativeWindow anid)
- public static unowned Pixmap foreign_new_for_display (Display display, NativeWindow anid)
- public static unowned Pixmap foreign_new_for_screen (Screen screen, NativeWindow anid, int width, int height, int depth)
- public static unowned Pixmap lookup (NativeWindow anid)
- public static unowned Pixmap lookup_for_display (Display display, NativeWindow anid)
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gdk.Drawable
All known members inherited from class GLib.Object