.. currentmodule:: efl.elementary

Frame
#####

.. image:: /images/frame-preview.png


Widget description
==================

Frame is a widget that holds some content and has a title.


Available styles
================

- default
- pad_small
- pad_medium
- pad_large
- pad_huge
- outdent_top
- outdent_bottom

Out of all these styles only default shows the title.


Emitted signals
===============

- ``clicked`` - The user has clicked the frame's label


Layout content parts
====================

- ``default`` - A content of the frame


Layout text parts
=================

- ``default`` - Label of the frame


Inheritance diagram
===================

.. inheritance-diagram:: Frame
    :parts: 2


.. autoclass:: Frame
