Table Of Contents

Previous topic

configuration Module

Next topic

ctxpopup Module

conformant Module

../_images/conformant-preview.png

Widget description

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 will be 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 emits the following signals, besides the ones sent from efl.elementary.layout_class.LayoutClass:

  • “virtualkeypad,state,on”: if virtualkeypad state is switched to “on”.
  • “virtualkeypad,state,off”: if virtualkeypad state is switched to “off”.
  • “clipboard,state,on”: if clipboard state is switched to “on”.
  • “clipboard,state,off”: if clipboard state is switched to “off”.

In all cases, the event parameter of the callback will be None.

Available styles for it:
  • "default"
Default content parts of the conformant widget that you can use for are:
  • “default” - A content of the conformant
class efl.elementary.conformant.Conformant

Bases: efl.elementary.layout_class.LayoutClass

This is the class that actually implements the widget.

callback_clipboard_state_off_add()

if clipboard state is switched to “off”.

New in version 1.8.

callback_clipboard_state_on_add()

if clipboard state is switched to “on”.

New in version 1.8.

callback_virtualkeypad_state_off_add()

if virtualkeypad state is switched to “off”.

New in version 1.8.

callback_virtualkeypad_state_on_add()

if virtualkeypad state is switched to “on”.

New in version 1.8.