Tizen Native API  5.5
Flip Selector

flipselector_inheritance_tree.png

A flip selector is a widget to show a set of text items, one at a time, with the same sheet switching style as the clock widget, when one changes the current displaying sheet (thus, the "flip" in the name).

User clicks to flip sheets which are held for some time will make the flip selector to flip continuously and automatically for the user. The interval between flips will keep growing in time, so that it helps the user to reach an item which is distant from the current selection.

This widget inherits from the Layout one, so that all the functions acting on it also work for flip selector objects.

This widget emits the following signals, besides the ones sent from Layout:

Available styles for it:

Default text parts of the flipselector items that you can use for are:

Supported elm_object common APIs.

Supported elm_object_item common APIs.

Here is an example on its usage:

Functions

Evas_Objectelm_flipselector_add (Evas_Object *parent)

Function Documentation

Add a new flip selector widget to the given parent Elementary (container) widget

Parameters:
parentThe parent object
Returns:
a new flip selector widget handle or NULL, on errors

This function inserts a new flip selector widget on the canvas.

Since :
2.4
Examples:
flipselector_example.c.