Tizen Native API  5.5
Bubble

The Bubble is a widget to show text similar to how speech is represented in comics.

bubble_inheritance_tree.png
preview-00.png
preview-01.png
preview-02.png

The bubble widget contains 5 important visual elements:

The position of the arrow, icon, label and info depends on which corner is selected. The four available corners are:

This widget inherits from the Layout one, so that all the functions acting on it also work for bubble objects.

This widget emits the following signals, besides the ones sent from Layout:

Default content parts of the bubble that you can use for are:

Default text parts of the button widget that you can use for are:

Supported elm_object common APIs.

For an example of using a bubble see this.

Functions

Evas_Objectelm_bubble_add (Evas_Object *parent)

Function Documentation

Add a new bubble to the parent

Parameters:
parentThe parent object
Returns:
The new object or NULL if it cannot be created

This function adds a text bubble to the given parent evas object.

Examples:
bubble_example_01.c.