Tizen Native API
|
Functions | |
const char * | elm_config_indicator_service_get (int rotation) |
Gets the indicator service name according to the rotation degree. | |
Evas_Object * | elm_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.
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 :
event_info
parameter is the virtualkeypad size in Evas_Coord_Rectangle structure. ("default"
The default content parts of the conformant widget that you can use are:
const char* elm_config_indicator_service_get | ( | int | rotation | ) |
Gets the indicator service name according to the rotation degree.
[in] | rotation | The rotation that is related to the indicator service name, in degrees (0-360) |
Evas_Object* elm_conformant_add | ( | Evas_Object * | parent | ) |
Adds a new conformant widget to the given parent Elementary (container) object.
This function inserts a new conformant widget on the canvas.
[in] | parent | The parent object |
NULL
in case of an error