Functions | |
Evas_Object * | evas_object_line_add (Evas *e) |
Adds a new evas line object to the given evas. | |
void | evas_object_line_xy_set (Evas_Object *obj, Evas_Coord x1, Evas_Coord y1, Evas_Coord x2, Evas_Coord y2) |
Sets the coordinates of the end points of the given evas line object. | |
void | evas_object_line_xy_get (Evas_Object *obj, Evas_Coord *x1, Evas_Coord *y1, Evas_Coord *x2, Evas_Coord *y2) |
Retrieves the coordinates of the end points of the given evas line object. |
|
Adds a new evas line object to the given evas.
|
|
Retrieves the coordinates of the end points of the given evas line object.
|
|
Sets the coordinates of the end points of the given evas line object.
|