Tizen Native API
5.5
|
Display a container in a particular region of the parent(top, bottom, etc). A timeout can be set to automatically hide the notify. This is so that, after an evas_object_show() on a notify object, if a timeout was set on it, it will automatically get hidden after that time.
Signals that you can add callbacks for are:
This widget inherits from elm-container-class, so that the functions meant to act on it will wor work for mapbuf objects:
Default content parts of the notify widget that you can use are:
"default"
- The main content of the notifyNotify example show usage of the API.
Functions | |
Evas_Object * | elm_notify_add (Evas_Object *parent) |
Add a new notify to the parent. | |
void | elm_notify_parent_set (Evas_Object *obj, Evas_Object *parent) |
Set the notify parent. | |
Evas_Object * | elm_notify_parent_get (const Evas_Object *obj) |
Get the notify parent. |
Evas_Object* elm_notify_add | ( | Evas_Object * | parent | ) |
Add a new notify to the parent.
parent | The parent object |
Evas_Object* elm_notify_parent_get | ( | const Evas_Object * | obj | ) |
Get the notify parent.
obj | The notify object |
void elm_notify_parent_set | ( | Evas_Object * | obj, |
Evas_Object * | parent | ||
) |
Set the notify parent.
obj | The notify object |
parent | The new parent |
Once the parent object is set, a previously set one will be disconnected and replaced.