A Pixmap is an offscreen drawable. It can be draw upon with
the standard drawing primitives, then copied to another Drawable.
Pixmap
public Pixmap(Drawable drawable,
byte[] data,
int width,
int height,
int depth,
Color fg,
Color bg)
Pixmap
public Pixmap(Drawable drawable,
int width,
int height,
int depth)
gdk_pixmap_colormap_create_from_xpm
protected static final Handle gdk_pixmap_colormap_create_from_xpm(Handle window,
Handle colormap,
Handle mask,
Handle transparentColor,
String filename)
gdk_pixmap_colormap_create_from_xpm_d
protected static final Handle gdk_pixmap_colormap_create_from_xpm_d(Handle window,
Handle colormap,
Handle mask,
Handle transparentColor,
byte[] data)
gdk_pixmap_create_from_data
protected static final Handle gdk_pixmap_create_from_data(Handle window,
byte[] data,
int width,
int height,
int depth,
Handle fg,
Handle bg)
gdk_pixmap_create_from_xpm
protected static final Handle gdk_pixmap_create_from_xpm(Handle window,
Handle mask,
Handle transparentColor,
String filename)
gdk_pixmap_create_from_xpm_d
protected static final Handle gdk_pixmap_create_from_xpm_d(Handle window,
Handle mask,
Handle transparentColor,
byte[] data)
gdk_pixmap_get_type
protected static final int gdk_pixmap_get_type()
gdk_pixmap_new
protected static final Handle gdk_pixmap_new(Handle window,
int width,
int height,
int depth)
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface Drawable