Functions

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

Functions

Evas_Objectelm_frame_add (Evas_Object *parent)
 Add a new frame to the parent. More...
 

Detailed Description

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 inherits from the Layout one, so that all the functions acting on it also work for frame objects.

This widget emits the following signals, besides the ones sent from Layout :

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:

Supported elm_object common APIs.

For a detailed example see the Frame example.

Function Documentation

◆ elm_frame_add()

Evas_Object* elm_frame_add ( Evas_Object parent)

Add a new frame to the parent.

Parameters
parentThe parent object
Returns
The new object or NULL if it cannot be created

References EINA_SAFETY_ON_NULL_RETURN_VAL.