Tizen Native API

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.

flip_inheritance_tree.png

If either the front or back contents are not set, the flip treats that as transparent. So if you were 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 is started "animate,done" - When a flip animation is finished

The default content parts of the flip widget that you can use are:

  • "front" - The front content of the flip.
  • "back" - The back content of the flip.

The functions meant to act on it works for mapbuf objects:


Enumeration Type Documentation

Enumeration of Elm Flip Direction type

Enumerator:
ELM_FLIP_DIRECTION_UP 

Allows interaction with the top of the widget

ELM_FLIP_DIRECTION_DOWN 

Allows interaction with the bottom of the widget

ELM_FLIP_DIRECTION_LEFT 

Allows interaction with the left portion of the widget

ELM_FLIP_DIRECTION_RIGHT 

Allows interaction with the right portion of the widget