Tizen Native API
5.5
|
Widget to add floating area for buttons.
The Floatingbutton widget is not a real button, but only provides areas where application adds (maximum 2) buttons to.
This widget inherits from the Layout one, so that all the Layout functions can be used on it. However, it includes not only visible floating area, but invisible track for moving floating area, so there is a possibility that it works differently from that you intended.
Default content parts of the floatingbutton widget that you can use for are:
Floatingbutton can be hidden by signal emission.
Functions | |
Evas_Object * | eext_floatingbutton_add (Evas_Object *parent) |
Add a new floatingbutton to the parent. |
Evas_Object * eext_floatingbutton_add | ( | Evas_Object * | parent | ) |
Add a new floatingbutton to the parent.
[in] | parent | The parent object |