Go to the source code of this file.
|
| GType | gdk_image_get_type (void) G_GNUC_CONST |
| |
| GdkImage * | gdk_image_new (GdkImageType type, GdkVisual *visual, gint width, gint height) |
| |
| GdkImage * | gdk_image_get (GdkDrawable *drawable, gint x, gint y, gint width, gint height) |
| |
| GdkImage * | gdk_image_ref (GdkImage *image) |
| |
| void | gdk_image_unref (GdkImage *image) |
| |
| void | gdk_image_put_pixel (GdkImage *image, gint x, gint y, guint32 pixel) |
| |
| guint32 | gdk_image_get_pixel (GdkImage *image, gint x, gint y) |
| |
| void | gdk_image_set_colormap (GdkImage *image, GdkColormap *colormap) |
| |
| GdkColormap * | gdk_image_get_colormap (GdkImage *image) |
| |
| GdkImageType | gdk_image_get_image_type (GdkImage *image) |
| |
| GdkVisual * | gdk_image_get_visual (GdkImage *image) |
| |
| GdkByteOrder | gdk_image_get_byte_order (GdkImage *image) |
| |
| gint | gdk_image_get_width (GdkImage *image) |
| |
| gint | gdk_image_get_height (GdkImage *image) |
| |
| guint16 | gdk_image_get_depth (GdkImage *image) |
| |
| guint16 | gdk_image_get_bytes_per_pixel (GdkImage *image) |
| |
| guint16 | gdk_image_get_bytes_per_line (GdkImage *image) |
| |
| guint16 | gdk_image_get_bits_per_pixel (GdkImage *image) |
| |
| gpointer | gdk_image_get_pixels (GdkImage *image) |
| |
◆ GDK_IMAGE
◆ GDK_IMAGE_CLASS
◆ gdk_image_destroy
| #define gdk_image_destroy g_object_unref |
◆ GDK_IMAGE_GET_CLASS
◆ GDK_IS_IMAGE
| #define GDK_IS_IMAGE |
( |
|
object | ) |
(G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_IMAGE)) |
◆ GDK_IS_IMAGE_CLASS
| #define GDK_IS_IMAGE_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_IMAGE)) |
◆ GDK_TYPE_IMAGE
◆ GdkImageClass
◆ GdkImageType
| Enumerator |
|---|
| GDK_IMAGE_NORMAL | |
| GDK_IMAGE_SHARED | |
| GDK_IMAGE_FASTEST | |
Definition at line 49 of file gdkimage.h.
◆ gdk_image_get()
◆ gdk_image_get_bits_per_pixel()
| guint16 gdk_image_get_bits_per_pixel |
( |
GdkImage * |
image | ) |
|
◆ gdk_image_get_byte_order()
◆ gdk_image_get_bytes_per_line()
| guint16 gdk_image_get_bytes_per_line |
( |
GdkImage * |
image | ) |
|
◆ gdk_image_get_bytes_per_pixel()
| guint16 gdk_image_get_bytes_per_pixel |
( |
GdkImage * |
image | ) |
|
◆ gdk_image_get_colormap()
◆ gdk_image_get_depth()
| guint16 gdk_image_get_depth |
( |
GdkImage * |
image | ) |
|
◆ gdk_image_get_height()
| gint gdk_image_get_height |
( |
GdkImage * |
image | ) |
|
◆ gdk_image_get_image_type()
◆ gdk_image_get_pixel()
| guint32 gdk_image_get_pixel |
( |
GdkImage * |
image, |
|
|
gint |
x, |
|
|
gint |
y |
|
) |
| |
◆ gdk_image_get_pixels()
| gpointer gdk_image_get_pixels |
( |
GdkImage * |
image | ) |
|
◆ gdk_image_get_type()
| GType gdk_image_get_type |
( |
void |
| ) |
|
◆ gdk_image_get_visual()
◆ gdk_image_get_width()
| gint gdk_image_get_width |
( |
GdkImage * |
image | ) |
|
◆ gdk_image_new()
◆ gdk_image_put_pixel()
| void gdk_image_put_pixel |
( |
GdkImage * |
image, |
|
|
gint |
x, |
|
|
gint |
y, |
|
|
guint32 |
pixel |
|
) |
| |
◆ gdk_image_ref()
◆ gdk_image_set_colormap()
◆ gdk_image_unref()
| void gdk_image_unref |
( |
GdkImage * |
image | ) |
|