Tizen Native API
5.5
|
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:
"clicked"
- The user has clicked the frame's label"language,changed"
- the program's language changed (since 1.9)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_Object * | elm_frame_add (Evas_Object *parent) |
Add a new frame to the parent. |
Evas_Object* elm_frame_add | ( | Evas_Object * | parent | ) |
Add a new frame to the parent.
parent | The parent object |