Tizen Native API
6.0
|
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.
Functions | |
Evas_Object * | eext_circle_object_progressbar_add (Evas_Object *parent, Eext_Circle_Surface *surface) |
Add a new circle progressbar to a given surface. |
Function Documentation
Evas_Object* eext_circle_object_progressbar_add | ( | Evas_Object * | parent, |
Eext_Circle_Surface * | surface | ||
) |
Add a new circle progressbar to a given surface.
- Parameters:
-
[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.
- Returns:
- A new circle object handle, otherwise
NULL
in case of an error
- See also:
- Efl Extension Circle Object
- Since :
- 2.3.1