c
Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.RgbDither

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkRgbDither
Enum : RgbDither
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.draw_gray_image (Drawable drawable, GC gc, gint32 x, gint32 y, gint32 width, gint32 height, RgbDither dith, guint8 buf, gint32 rowstride) : none
Gdk
Method
Gdk.draw_indexed_image (Drawable drawable, GC gc, gint32 x, gint32 y, gint32 width, gint32 height, RgbDither dith, guint8 buf, gint32 rowstride, RgbCmap cmap) : none
Gdk
Method
Gdk.draw_pixbuf (Drawable drawable, GC gc, Pixbuf pixbuf, gint32 src_x, gint32 src_y, gint32 dest_x, gint32 dest_y, gint32 width, gint32 height, RgbDither dither, gint32 x_dither, gint32 y_dither) : none
Gdk
Method
Gdk.draw_rgb_32_image (Drawable drawable, GC gc, gint32 x, gint32 y, gint32 width, gint32 height, RgbDither dith, guint8 buf, gint32 rowstride) : none
Gdk
Method
Gdk.draw_rgb_32_image_dithalign (Drawable drawable, GC gc, gint32 x, gint32 y, gint32 width, gint32 height, RgbDither dith, guint8 buf, gint32 rowstride, gint32 xdith, gint32 ydith) : none
Gdk
Method
Gdk.draw_rgb_image (Drawable drawable, GC gc, gint32 x, gint32 y, gint32 width, gint32 height, RgbDither dith, guint8 rgb_buf, gint32 rowstride) : none
Gdk
Method
Gdk.draw_rgb_image_dithalign (Drawable drawable, GC gc, gint32 x, gint32 y, gint32 width, gint32 height, RgbDither dith, guint8 rgb_buf, gint32 rowstride, gint32 xdith, gint32 ydith) : none
Gdk
Method
Gdk.pixbuf_render_to_drawable (Pixbuf pixbuf, Drawable drawable, GC gc, gint32 src_x, gint32 src_y, gint32 dest_x, gint32 dest_y, gint32 width, gint32 height, RgbDither dither, gint32 x_dither, gint32 y_dither) : none
Gdk
Method
Gdk.pixbuf_render_to_drawable_alpha (Pixbuf pixbuf, Drawable drawable, gint32 src_x, gint32 src_y, gint32 dest_x, gint32 dest_y, gint32 width, gint32 height, PixbufAlphaMode alpha_mode, gint32 alpha_threshold, RgbDither dither, gint32 x_dither, gint32 y_dither) : none
Gtk.Preview
Method
set_dither (RgbDither dither) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:02:55 GMT+0800 (HKT)