Tizen Native API

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 :

  • "virtualkeypad,size,changed": This is called when the virtualkeypad size is changed. event_info parameter is the virtualkeypad size in Evas_Coord_Rectangle structure. (
    Since (EFL) :
    1.8)
    Available styles for it:
    • "default"

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

  • "default" - Content of the conformant.

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.

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