Tizen Native API
|
Functions | |
Eext_Circle_Surface * | eext_circle_surface_conformant_add (Evas_Object *conform) |
Add a new circle surface to the given comformant. | |
Eext_Circle_Surface * | eext_circle_surface_layout_add (Evas_Object *layout) |
Add a new circle surface to the given layout. | |
Eext_Circle_Surface * | eext_circle_surface_naviframe_add (Evas_Object *naviframe) |
Add a new circle surface to the given naviframe. | |
void | eext_circle_surface_del (Eext_Circle_Surface *surface) |
Delete the given circle surface. | |
Typedefs | |
typedef struct _Eext_Circle_Surface | Eext_Circle_Surface |
The structure of circle surface to render a connected circle object. |
Surface aims to show one of its connected circle objects.
The circle surface manages connected circle objects. When a circle object is chosen to be shown, the surface shows the circle object and hides the others. A circle object can be shown and received the rotary event on the surface by eext_rotary_object_event_activated_set() or evas_object_show().
The circle surface can be created by eext_circle_surface_conformant_add() and eext_circle_surface_layout_add().
The structure of circle surface to render a connected circle object.
The circle surface manages and shows a connected circle object.
Eext_Circle_Surface* eext_circle_surface_conformant_add | ( | Evas_Object * | conform | ) |
Add a new circle surface to the given comformant.
The circle surface needs the conformant to be seen in upper layer.
[in] | conform | The conformant |
NULL
in case of an errorvoid eext_circle_surface_del | ( | Eext_Circle_Surface * | surface | ) |
Eext_Circle_Surface* eext_circle_surface_layout_add | ( | Evas_Object * | layout | ) |
Add a new circle surface to the given layout.
The circle surface needs the layout to be set to the given layout.
[in] | layout | The layout |
NULL
in case of an errorEext_Circle_Surface* eext_circle_surface_naviframe_add | ( | Evas_Object * | naviframe | ) |
Add a new circle surface to the given naviframe.
The circle surface needs the naviframe to be set to the pushed naviframe items.
[in] | naviframe | The naviframe |
NULL
in case of an error