| crcanvas: A GTK/Cairo Canvas Widget | ||||
|---|---|---|---|---|
"array" gpointer : Write "close" gboolean : Read / Write "points" CrPoints* : Read / Write
CrItem* cr_line_new (CrItem *parent, const gchar *first_arg_name, ...);
A convenience function to create a polyline and add it to a canvas item parent group in one step.
|
The parent canvas item. |
|
|
|
|
Returns : |
A reference to a new CrItem. You must call g_object_ref if you intend to keep it around. |