Tizen Native API
|
Functions | |
Evas_Object * | eext_circle_object_datetime_add (Evas_Object *datetime, Eext_Circle_Surface *surface) |
Add a new circle datetime object. |
Circle datetime is based on elm_datetime and is operated by rotary event.
Circle datetime is to utilize selected field in elm_datetime. If rotary event is activated by eext_rotary_object_event_activated_set(), circle datetime increases/decreases value of selected field in elm_datetime by the clockwise/counter clockwise rotary event.
The available circle object items are as follows:
"default"
: Default circle item. It draws a marker. Evas_Object* eext_circle_object_datetime_add | ( | Evas_Object * | datetime, |
Eext_Circle_Surface * | surface | ||
) |
Add a new circle datetime object.
[in] | datetime | The datetime object |
[in] | surface | The Eext_Circle_Surface object to render the circle object. If NULL , circle object will be rendered independently. |
NULL
if it cannot be created