Drawing Primitives Functions for drawing points, lines, arcs, and text These functions provide support for drawing points, lines, arcs and text onto what are called 'drawables'. Drawables, as the name suggests, are things which support drawing onto them, and are either #GdkWindow or #GdkPixmap objects. Many of the drawing operations take a #GdkGC argument, which represents a graphics context. This #GdkGC contains a number of drawing attributes such as foreground color, background color and line width, and is used to reduce the number of arguments needed for each drawing operation. See the Graphics Contexts section for more information. Some of the drawing operations take Pango data structures like #PangoContext, #PangoLayout or #PangoLayoutLine as arguments. If you're using GTK+, the ususal way to obtain these structures is via gtk_widget_create_pango_context() or gtk_widget_create_pango_layout(). An opaque structure representing an object that can be drawn onto. This can be a #GdkPixmap, a #GdkBitmap, or a #GdkWindow. @drawable: @Returns: @drawable: @drawable: @key: @data: @destroy_func: @drawable: @key: @Returns: @drawable: @Returns: @drawable: @Returns: @drawable: @Returns: @drawable: @colormap: @drawable: @Returns: @drawable: @Returns: @drawable: @width: @height: @drawable: @Returns: @drawable: @Returns: @drawable: @gc: @x: @y: @drawable: @gc: @points: @n_points: @drawable: @gc: @x1_: @y1_: @x2_: @y2_: @drawable: @gc: @points: lines. @n_points: @drawable: @gc: @pixbuf: @src_x: @src_y: @dest_x: @dest_y: @width: @height: @dither: @x_dither: @y_dither: @drawable: @gc: @segs: @n_segs: Specifies the start and end point of a line for use by the gdk_draw_segments() function. @x1: the x coordinate of the start point. @y1: the y coordinate of the start point. @x2: the x coordinate of the end point. @y2: the y coordinate of the end point. @drawable: @gc: @filled: @x: @y: @width: @height: @drawable: @gc: @filled: @x: @y: @width: @height: @angle1: @angle2: @drawable: @gc: @filled: @points: @n_points: @drawable: @gc: @trapezoids: @n_trapezoids: Specifies a trapezpoid for use by the gdk_draw_trapezoids(). The trapezoids used here have parallel, horizontal top and bottom edges. @y1: the y coordinate of the start point. @x11: the x coordinate of the top left corner @x21: the x coordinate of the top right corner @y2: the y coordinate of the end point. @x12: the x coordinate of the bottom left corner @x22: the x coordinate of the bottom right corner @drawable: @gc: @font: @x: @y: @glyphs: @drawable: @gc: @matrix: @font: @x: @y: @glyphs: @drawable: @gc: @x: @y: @line: @drawable: @gc: @x: @y: @line: @foreground: @background: @drawable: @gc: @x: @y: @layout: @drawable: @gc: @x: @y: @layout: @foreground: @background: @drawable: @font: @gc: @x: @y: @string: @drawable: @font: @gc: @x: @y: @text: @text_length: @drawable: @font: @gc: @x: @y: @text: @text_length: Draws a pixmap, or a part of a pixmap, onto another drawable. @Deprecated: Use gdk_draw_drawable() instead. @drawable: @gc: @src: @xsrc: @ysrc: @xdest: @ydest: @width: @height: @drawable: @gc: @image: @xsrc: @ysrc: @xdest: @ydest: @width: @height: @drawable: @x: @y: @width: @height: @Returns: @drawable: @image: @src_x: @src_y: @dest_x: @dest_y: @width: @height: @Returns: