Frame is a widget that holds some content and has a title.
Out of all these styles only default shows the title.
Bases: efl.elementary.__init__.LayoutClass
This is the class that actually implements the widget.
Parameters: |
|
---|
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 |
---|