A panel is a type of animated container that contains subobjects.
It can be expanded or contracted by clicking the button on it’s edge.
toggled - Emitted when the panel has been toggled. (since 1.19)
default - A content of the panel
efl.elementary.ELM_PANEL_ORIENT_TOP¶Panel (dis)appears from the top
efl.elementary.ELM_PANEL_ORIENT_BOTTOM¶Panel (dis)appears from the bottom
efl.elementary.ELM_PANEL_ORIENT_LEFT¶Panel (dis)appears from the left
efl.elementary.ELM_PANEL_ORIENT_RIGHT¶Panel (dis)appears from the right
efl.elementary.Panel(Object parent, *args, **kwargs)¶Bases: efl.elementary.__init__.LayoutClass
Changed in version 1.8: Inherits from LayoutClass.
parent (efl.evas.Object) – The parent object
**kwargs – All the remaining keyword arguments are interpreted as properties of the instance
callback_toggled_add¶The panel has been toggled.
New in version 1.19.
callback_toggled_del¶The hidden state of the panel.
bool
orient¶The orientation of the panel.
Tells from where the panel will (dis)appear.
This has value ELM_PANEL_ORIENT_LEFT on failure
orient_get¶orient_set¶scrollable¶The scrollability of the panel.
bool
New in version 1.12.
scrollable_content_size¶The size of the scrollable panel.
double
New in version 1.12.
Changed in version 1.19: Property is now also readable
scrollable_content_size_get¶scrollable_content_size_set¶scrollable_get¶scrollable_set¶toggle¶Toggle the hidden state of the panel from code.