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.
Orientations are as follows:
This widget emits the following signals, besides the ones sent from LayoutClass: - focused - When the panel has received focus. (since 1.8) - unfocused - When the panel has lost focus. (since 1.8)
Default content parts of the panel widget that you can use for are:
Panel (dis)appears from the top
Panel (dis)appears from the bottom
Panel (dis)appears from the left
Panel (dis)appears from the right
Bases: efl.elementary.layout_class.LayoutClass
This is the class that actually implements the widget.
Changed in version 1.8: Inherits from LayoutClass.
When the panel has received focus.
New in version 1.8.
When the panel has lost focus.
New in version 1.8.
The hidden state of the panel.
| Type : | bool |
|---|
The orientation of the panel.
Tells from where the panel will (dis)appear.
This has value ELM_PANEL_ORIENT_LEFT on failure
| Type : | Panel orientation types |
|---|
Toggle the hidden state of the panel from code.