Frame is a widget that holds some content and has a title.
default
pad_small
pad_medium
pad_large
pad_huge
outdent_top
outdent_bottom
Out of all these styles only default shows the title.
clicked
- The user has clicked the frame’s label
default
- A content of the frame
default
- Label of the frame
efl.elementary.
Frame
(Object parent, *args, **kwargs)¶Bases: efl.elementary.__init__.LayoutClass
parent (efl.evas.Object
) – The parent object
**kwargs – All the remaining keyword arguments are interpreted as properties of the instance
autocollapse
¶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.
bool
autocollapse_get
¶autocollapse_set
¶callback_clicked_add
¶The user has clicked the frame’s label.
callback_clicked_del
¶collapse
¶The collapse state of a frame, bypassing animations
bool
collapse_get
¶collapse_go
¶Manually collapse a frame with animations
Use this to toggle the collapsed state of a frame, triggering animations.
collapse (bool) – True to collapse, False to expand
collapse_set
¶