c
Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Class Gdk.GC

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkGC
Class : GC
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.draw_arc (Drawable drawable, GC gc, gboolean filled, gint32 x, gint32 y, gint32 width, gint32 height, gint32 angle1, gint32 angle2) : none
Gdk
Method
Gdk.draw_drawable (Drawable drawable, GC gc, Drawable src, gint32 xsrc, gint32 ysrc, gint32 xdest, gint32 ydest, gint32 width, gint32 height) : none
Gdk
Method
Gdk.draw_glyphs (Drawable drawable, GC gc, Font font, gint32 x, gint32 y, GlyphString glyphs) : none
Gdk
Method
Gdk.draw_glyphs_transformed (Drawable drawable, GC gc, Matrix matrix, Font font, gint32 x, gint32 y, GlyphString glyphs) : none
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_image (Drawable drawable, GC gc, Image image, gint32 xsrc, gint32 ysrc, gint32 xdest, gint32 ydest, gint32 width, gint32 height) : 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_layout (Drawable drawable, GC gc, gint32 x, gint32 y, Layout layout) : none
Gdk
Method
Gdk.draw_layout_line (Drawable drawable, GC gc, gint32 x, gint32 y, LayoutLine line) : none
Gdk
Method
Gdk.draw_layout_line_with_colors (Drawable drawable, GC gc, gint32 x, gint32 y, LayoutLine line, Color foreground, Color background) : none
Gdk
Method
Gdk.draw_layout_with_colors (Drawable drawable, GC gc, gint32 x, gint32 y, Layout layout, Color foreground, Color background) : none
Gdk
Method
Gdk.draw_line (Drawable drawable, GC gc, gint32 x1_, gint32 y1_, gint32 x2_, gint32 y2_) : none
Gdk
Method
Gdk.draw_lines (Drawable drawable, GC gc, Point points, gint32 n_points) : 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_point (Drawable drawable, GC gc, gint32 x, gint32 y) : none
Gdk
Method
Gdk.draw_points (Drawable drawable, GC gc, Point points, gint32 n_points) : none
Gdk
Method
Gdk.draw_polygon (Drawable drawable, GC gc, gboolean filled, Point points, gint32 n_points) : none
Gdk
Method
Gdk.draw_rectangle (Drawable drawable, GC gc, gboolean filled, gint32 x, gint32 y, gint32 width, gint32 height) : 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.draw_segments (Drawable drawable, GC gc, Segment segs, gint32 n_segs) : none
Gdk
Method
Gdk.draw_string (Drawable drawable, Font font, GC gc, gint32 x, gint32 y, String string) : none
Gdk
Method
Gdk.draw_text (Drawable drawable, Font font, GC gc, gint32 x, gint32 y, String text, gint32 text_length) : none
Gdk
Method
Gdk.draw_text_wc (Drawable drawable, Font font, GC gc, gint32 x, gint32 y, guint32 text, gint32 text_length) : none
Gdk
Method
Gdk.draw_trapezoids (Drawable drawable, GC gc, Trapezoid trapezoids, gint32 n_trapezoids) : 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.rgb_gc_set_background (GC gc, guint32 rgb) : none
Gdk
Method
Gdk.rgb_gc_set_foreground (GC gc, guint32 rgb) : none
Gdk.PangoRenderer
Method
set_gc (GC gc) : none
Gtk
Method
Gtk.gc_release (GC gc) : none
Gtk.Preview
Method
put (Window window, GC gc, gint32 srcx, gint32 srcy, gint32 destx, gint32 desty, gint32 width, gint32 height) : none
Gtk.TextLayout
Method
draw (Widget widget, Drawable drawable, GC cursor_gc, gint32 x_offset, gint32 y_offset, gint32 x, gint32 y, gint32 width, gint32 height, Array widgets) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:02:54 GMT+0800 (HKT)