Functions | |
EAPI Evas * | evas_new (void) |
Creates a new empty evas. | |
EAPI void | evas_free (Evas *e) |
Frees the given evas and any objects created on it. |
They are the functions you need to use at a minimum to get a working evas, and to destroy it.
EAPI void evas_free | ( | Evas * | e | ) |
Frees the given evas and any objects created on it.
Any objects with 'free' callbacks will have those callbacks called in this function.
e | The given evas. |
EAPI Evas* evas_new | ( | void | ) |
Creates a new empty evas.
Note that before you can use the evas, you will to at a minimum:
NULL
.