Tizen Native API
Functions
Conformant
Elementary Widgets

Functions

const char * elm_config_indicator_service_get (int rotation)
 Gets the indicator service name according to the rotation degree.
Evas_Objectelm_conformant_add (Evas_Object *parent)
 Adds a new conformant widget to the given parent Elementary (container) object.

The aim is to provide a widget that can be used in elementary apps to account for space taken up by the indicator, virtual keypad & softkey windows when running the illume2 module of E17.

conformant_inheritance_tree.png
conformant.png

So conformant content is sized and positioned considering the space required for such stuff, and when they popup, as a keyboard shows when an entry is selected, conformant content won't change.

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

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

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


Function Documentation

const char* elm_config_indicator_service_get ( int  rotation)

Gets the indicator service name according to the rotation degree.

Since :
2.3.1
Parameters:
[in]rotationThe rotation that is related to the indicator service name, in degrees (0-360)
Returns:
The indicator service name according to the rotation degree

Adds a new conformant widget to the given parent Elementary (container) object.

This function inserts a new conformant widget on the canvas.

Since :
2.3.1
Parameters:
[in]parentThe parent object
Returns:
A new conformant widget handle, otherwise NULL in case of an error

Except as noted, this content - excluding the Code Examples - is licensed under Creative Commons Attribution 3.0 and all of the Code Examples contained herein are licensed under BSD-3-Clause.
For details, see the Content License