c
Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gdk.Drawable

Class Gdk.Drawable

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkDrawable
Class : Drawable
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.cairo_create (Drawable drawable) : cairo.Context
Gdk
Method
Gdk.cairo_reset_clip (Context cr, Drawable drawable) : none
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.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
Gdk.GC
Method
new Gdk.GC.c_new (Drawable drawable) : Gdk.GC
Create a new Gdk.GC
Gdk.GC
Method
new Gdk.GC.with_values (Drawable drawable, GCValues values, GCValuesMask values_mask) : Gdk.GC
Create a new Gdk.GC
Gdk.PangoRenderer
Method
set_drawable (Drawable drawable) : none
Gdk.Pixmap
Method
new Gdk.Pixmap.c_new (Drawable drawable, gint32 width, gint32 height, gint32 depth) : Gdk.Pixmap
Create a new Gdk.Pixmap
Gdk.Pixmap
Method
Gdk.Pixmap.colormap_create_from_xpm (Drawable drawable, Colormap colormap, Bitmap mask, Color transparent_color, String filename) : Gdk.Pixmap
Gdk.Pixmap
Method
Gdk.Pixmap.colormap_create_from_xpm_d (Drawable drawable, Colormap colormap, Bitmap mask, Color transparent_color, String data) : Gdk.Pixmap
Gdk.Pixmap
Method
Gdk.Pixmap.create_from_xpm (Drawable drawable, Bitmap mask, Color transparent_color, String filename) : Gdk.Pixmap
Gdk.Pixmap
Method
Gdk.Pixmap.create_from_xpm_d (Drawable drawable, Object out_values, Color transparent_color, String data) : Gdk.Pixmap
Gdk.Window
Method
get_internal_paint_info () : Object
Gdk.Window
Method
redirect_to_drawable (Drawable drawable, gint32 src_x, gint32 src_y, gint32 dest_x, gint32 dest_y, gint32 width, gint32 height) : none
Gtk
Method
Gtk.draw_insertion_cursor (Widget widget, Drawable drawable, Rectangle area, Rectangle location, gboolean is_primary, TextDirection direction, gboolean draw_arrow) : 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)