Frame is a widget that holds some content and has a title.
The default look is a frame with a title, but Frame supports multiple styles:
Of all this styles only default shows the title.
This widget emits the following signals, besides the ones sent from LayoutClass:
Default content parts of the frame widget that you can use for are:
Default text parts of the frame widget that you can use for are:
Bases: efl.elementary.layout_class.LayoutClass
This is the class that actually implements the widget.
Autocollapsing of a frame
When this is True, clicking a frame’s label will collapse the frame vertically, shrinking it to the height of the label. By default, this is DISABLED.
| Type : | bool |
|---|
The user has clicked the frame’s label.
The collapse state of a frame, bypassing animations
| Type : | bool |
|---|
Manually collapse a frame with animations
Use this to toggle the collapsed state of a frame, triggering animations.
| Parameters: | collapse (bool) – True to collapse, False to expand |
|---|