Tizen Native API
|
Functions | |
Evas_Object * | eext_circle_object_progressbar_add (Evas_Object *parent, Eext_Circle_Surface *surface) |
Add a new circle progressbar to a given surface. |
Circle progressbar aims to show the progress status of a given task with circular design. It visualizes progress status within a range set by eext_circle_object_angle_min_max_set() as an arc of a circle.
The available circle object items are as follows:
"default"
: Default circle item. It draws progress bar. "bg"
: Progress bar background circle item. Evas_Object* eext_circle_object_progressbar_add | ( | Evas_Object * | parent, |
Eext_Circle_Surface * | surface | ||
) |
Add a new circle progressbar to a given surface.
[in] | parent | The parent object |
[in] | surface | The Eext_Circle_Surface object to render the circle object. If NULL , circle object will be rendered independently. |
NULL
in case of an error