2 * @defgroup Conformant Conformant
5 * @image html img/widget/conformant/preview-00.png
6 * @image latex img/widget/conformant/preview-00.eps width=\textwidth
8 * @image html img/conformant.png
9 * @image latex img/conformant.eps width=\textwidth
11 * The aim is to provide a widget that can be used in elementary apps to
12 * account for space taken up by the indicator, virtual keypad & softkey
13 * windows when running the illume2 module of E17.
15 * So conformant content will be sized and positioned considering the
16 * space required for such stuff, and when they popup, as a keyboard
17 * shows when an entry is selected, conformant content won't change.
19 * Available styles for it:
22 * Default content parts of the conformant widget that you can use for are:
23 * @li "default" - A content of the conformant
25 * See how to use this widget in this example:
26 * @ref conformant_example
30 * @addtogroup Conformant
35 * Add a new conformant widget to the given parent Elementary
38 * @param parent The parent object.
39 * @return A new conformant widget handle or @c NULL, on errors.
41 * This function inserts a new conformant widget on the canvas.
45 EAPI Evas_Object *elm_conformant_add(Evas_Object *parent);