Conformant

../_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.

Emitted signals

  • 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.

Layout content parts

  • default - A content of the conformant

Inheritance diagram

Inheritance diagram of Conformant
class efl.elementary.Conformant(Object parent, *args, **kwargs)

Bases: efl.elementary.__init__.LayoutClass

This is the class that actually implements the widget.

Parameters
  • parent (efl.evas.Object) – The parent object

  • **kwargs – All the remaining keyword arguments are interpreted as properties of the instance

callback_clipboard_state_off_add(func, *args, **kwargs)

if clipboard state is switched to “off”.

New in version 1.8.

callback_clipboard_state_off_del(func)
callback_clipboard_state_on_add(func, *args, **kwargs)

if clipboard state is switched to “on”.

New in version 1.8.

callback_clipboard_state_on_del(func)
callback_virtualkeypad_state_off_add(func, *args, **kwargs)

if virtualkeypad state is switched to “off”.

New in version 1.8.

callback_virtualkeypad_state_off_del(func)
callback_virtualkeypad_state_on_add(func, *args, **kwargs)

if virtualkeypad state is switched to “on”.

New in version 1.8.

callback_virtualkeypad_state_on_del(func)