edje: improve doc a little bit.

SVN revision: 66212
This commit is contained in:
Cedric BAIL 2011-12-14 16:37:06 +00:00
parent 9dba7bff18
commit 09970b59a8
1 changed files with 15 additions and 15 deletions

View File

@ -2664,14 +2664,14 @@ st_collections_group_orientation(void)
@block @block
limits limits
@context @context
group { group {
limits { limits {
vertical: "limit_name" height_barrier; vertical: "limit_name" height_barrier;
horizontal: "limit_name" width_barrier; horizontal: "limit_name" width_barrier;
.. ..
} }
.. ..
} }
.. ..
@description @description
This block is used to trigger some signal when the Edje object is resized. This block is used to trigger some signal when the Edje object is resized.
@ -2683,10 +2683,10 @@ st_collections_group_orientation(void)
@parameters @parameters
[name] [height barrier] [name] [height barrier]
@effect @effect
It will send a signal: "limit,name,over" when the object is resized and pass It will send a signal: "limit,name,over" when the object is resized and pass
the limit by growing over it. And it will send: "limit,name,below" when the limit by growing over it. And it will send: "limit,name,below" when
it pass below that limit. it pass below that limit.
This limit will be applied on the y absis. This limit will be applied on the y absis and is expressed in pixels.
@endproperty @endproperty
*/ */
static void static void
@ -2721,10 +2721,10 @@ st_collections_group_limits_vertical(void)
@parameters @parameters
[name] [width barrier] [name] [width barrier]
@effect @effect
It will send a signal: "limit,name,over" when the object is resized and pass It will send a signal: "limit,name,over" when the object is resized and pass
the limit by growing over it. And it will send: "limit,name,below" when the limit by growing over it. And it will send: "limit,name,below" when
it pass below that limit. it pass below that limit.
This limit will be applied on the x absis. This limit will be applied on the x absis and is expressed in pixels.
@endproperty @endproperty
*/ */
static void static void