Functions | |
Evas * | evas_new (void) |
Creates a new empty evas. | |
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.
|
Frees the given evas and any objects created on it. Any objects with 'free' callbacks will have those callbacks called in this function.
|
|
Creates a new empty evas. Note that before you can use the evas, you will to at a minimum:
|