AdgCanvas

AdgCanvas — The drawing container

Synopsis

                    AdgCanvas;
AdgCanvas *         adg_canvas_new                      (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----AdgEntity
               +----AdgContainer
                     +----AdgCanvas

Description

This container represents the object where the rendering process draws. All the drawing must have a canvas, and only one, as master parent (as all the GtkWidget must have a GtkWindow).

Internally, the target is mantained as a cairo_t context pointer.

Details

AdgCanvas

typedef struct _AdgCanvas AdgCanvas;

All fields are private and should not be used directly. Use its public methods instead.


adg_canvas_new ()

AdgCanvas *         adg_canvas_new                      (void);

Creates a new empty canvas object.

Returns :

the canvas
AdgCanvas was last modified by gtk-doc on Sun 21 Feb 2010 10:22:16 PM CET
Hosted by Get Automatic Drawing Generation at SourceForge.net. Fast, secure and Free Open Source software downloads
Search on this domain