Tizen Native API  7.0
Efl Extension Circle Progressbar

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_Objecteext_circle_object_progressbar_add (Evas_Object *parent, Eext_Circle_Surface *surface)
 Add a new circle progressbar to a given surface.

Function Documentation

Add a new circle progressbar to a given surface.

Parameters:
[in]parentThe parent object
[in]surfaceThe 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