AdgCanvas — The drawing container
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.
typedef struct _AdgCanvas AdgCanvas;
All fields are private and should not be used directly. Use its public methods instead.
AdgCanvas * adg_canvas_new (void);
Creates a new empty canvas object.
|
Returns : |
the canvas |