The Bubble is a widget to show text similar to how speech is represented in comics.
The bubble widget contains 5 important visual elements:
The frame is a rectangle with rounded edjes and an “arrow”.
The icon is an image to which the frame’s arrow points to.
corner is top_left or bottom_left and is right aligned to the frame otherwise.
font is of a lighter color than label.
The 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:
Bases: efl.elementary.__init__.LayoutClass
This is the class that actually implements the widget.
Parameters: |
|
---|
This is called when a user has clicked the bubble.
When the bubble has received focus.
New in version 1.8.
When the bubble has lost focus.
New in version 1.8.
The corner of the bubble
This property reflects the corner of the bubble. The corner will be used to determine where the arrow in the frame points to and where label, icon and info are shown.
Type: | Bubble arrow positions |
---|