Tizen Native API  5.5
Frame

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

frame_inheritance_tree.png
preview-00.png

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.

Functions

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

Function Documentation

Add a new frame to the parent.

Parameters:
parentThe parent object
Returns:
The new object or NULL if it cannot be created
Since :
3.0f(2.3.1)
Examples:
colorselector_example_01.c, entry_example.c, frame_example_01.c, and general_funcs_example.c.