docs: enahnce elm bubble widget documentation

This commit is contained in:
Stefan Schmidt 2016-04-27 12:54:59 +02:00
parent f37e535d81
commit 71a16c27ba
1 changed files with 7 additions and 10 deletions

View File

@ -14,23 +14,20 @@ enum Elm.Bubble.Pos
class Elm.Bubble (Elm.Layout, Evas.Clickable_Interface)
{
[[Speech bubble widget used in messaging applications]]
eo_prefix: elm_obj_bubble;
methods {
@property pos {
set {
[[Set the corner of the bubble
This function sets 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.
[[The corner of the bubble
This function sets 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. See @Elm.Bubble.Pos
]]
set {
}
get {
[[Get the corner of the bubble
This function gets the selected corner of the bubble.
]]
}
values {
pos: Elm.Bubble.Pos; [[The given corner for the bubble.]]