Tizen Native API
5.5
|
The Bubble is a widget to show text similar to how speech is represented in comics.
The bubble widget contains 5 important visual elements:
icon
is an image to which the frame's arrow points to. label
is a text which appears to the right of the icon if the corner is "top_left" or "bottom_left" and is right aligned to the frame otherwise. info
is a text which appears to the right of the label. Info's font is of a lighter color than label. content
is an evas object that is shown inside the frame.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:
"clicked"
- This is called when a user has clicked the bubble. "focused"
- When the bubble has received focus. (since 1.8) "unfocused"
- When the bubble has lost focus. (since 1.8)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_Object * | elm_bubble_add (Evas_Object *parent) |
Evas_Object* elm_bubble_add | ( | Evas_Object * | parent | ) |
Add a new bubble to the parent
parent | The parent object |
This function adds a text bubble to the given parent evas object.