Tizen Native API  3.0

flip_inheritance_tree.png

This widget holds 2 content objects(Evas_Object): one on the front and one on the back. It allows you to flip from front to back and vice-versa using various animations.

If either the front or back contents are not set the flip will treat that as transparent. So if you wore to set the front content but not the back, and then call elm_flip_go() you would see whatever is below the flip.

For a list of supported animations see elm_flip_go().

Signals that you can add callbacks for are: "animate,begin" - when a flip animation was started "animate,done" - when a flip animation is finished

Default content parts of the flip widget that you can use for are:

  • "front" - A front content of the flip
  • "back" - A back content of the flip

This widget inherits from elm-container-class, so that the functions meant to act on it will work for mapbuf objects:

Flip example show how to use most of the API.


Enumeration Type Documentation

No description supplied.

Enumerator:
ELM_FLIP_INTERACTION_NONE 

No description

ELM_FLIP_INTERACTION_ROTATE 

No description

ELM_FLIP_INTERACTION_CUBE 

No description

ELM_FLIP_INTERACTION_PAGE 

No description

No description supplied.

Enumerator:
ELM_FLIP_ROTATE_Y_CENTER_AXIS 

No description

ELM_FLIP_ROTATE_X_CENTER_AXIS 

No description

ELM_FLIP_ROTATE_XZ_CENTER_AXIS 

No description

ELM_FLIP_ROTATE_YZ_CENTER_AXIS 

No description

ELM_FLIP_CUBE_LEFT 

No description

ELM_FLIP_CUBE_RIGHT 

No description

ELM_FLIP_CUBE_UP 

No description

ELM_FLIP_CUBE_DOWN 

No description

ELM_FLIP_PAGE_LEFT 

No description

ELM_FLIP_PAGE_RIGHT 

No description

ELM_FLIP_PAGE_UP 

No description

ELM_FLIP_PAGE_DOWN 

No description