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.
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.__init__.LayoutClass
This is the class that actually implements the widget.
Changed in version 1.8: Inherits from LayoutClass.
Parameters: |
|
---|
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 |
---|
The scrollability of the panel.
Type: | bool |
---|
New in version 1.12.
The size of the scrollable panel.
Type: | double |
---|
New in version 1.12.
Toggle the hidden state of the panel from code.