Functions
Notify

Functions

Evas_Object * elm_notify_add (Evas_Object *parent)
 Add a new notify to the parent. More...
 
void elm_notify_parent_set (Evas_Object *obj, Evas_Object *parent)
 Set the notify parent. More...
 
Evas_Object * elm_notify_parent_get (const Evas_Object *obj)
 Get the notify parent. More...
 

Detailed Description

notify_inheritance_tree.png
preview-00.png

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 The Elementary 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:

Notify example show usage of the API.

Function Documentation

Evas_Object* elm_notify_add ( Evas_Object *  parent)

Add a new notify to the parent.

Parameters
parentThe parent object
Returns
The new object or NULL if it cannot be created
Evas_Object* elm_notify_parent_get ( const Evas_Object *  obj)

Get the notify parent.

Parameters
objThe notify object
Returns
The parent
See also
elm_notify_parent_set()
void elm_notify_parent_set ( Evas_Object *  obj,
Evas_Object *  parent 
)

Set the notify parent.

Parameters
objThe notify object
parentThe new parent

Once the parent object is set, a previously set one will be disconnected and replaced.