diff options
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 0c1e5cafc0..76cf7e19a0 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -4369,7 +4369,8 @@ st_collections_group_parts_part_access(void) | |||
4369 | enabled, 1 will set the starting point at 0.0 and -1 at 1.0. The second | 4369 | enabled, 1 will set the starting point at 0.0 and -1 at 1.0. The second |
4370 | parameter takes any integer and will limit movement to values | 4370 | parameter takes any integer and will limit movement to values |
4371 | divisible by it, causing the part to jump from position to position. | 4371 | divisible by it, causing the part to jump from position to position. |
4372 | The third parameter, (question from the author: What is count for?). | 4372 | If step is set to 0 it is calculated as width of confine part divided by |
4373 | count. | ||
4373 | @endproperty | 4374 | @endproperty |
4374 | */ | 4375 | */ |
4375 | static void | 4376 | static void |
@@ -4394,7 +4395,8 @@ st_collections_group_parts_part_dragable_x(void) | |||
4394 | enabled, 1 will set the starting point at 0.0 and -1 at 1.0. The second | 4395 | enabled, 1 will set the starting point at 0.0 and -1 at 1.0. The second |
4395 | parameter takes any integer and will limit movement to values | 4396 | parameter takes any integer and will limit movement to values |
4396 | divisibles by it, causing the part to jump from position to position. | 4397 | divisibles by it, causing the part to jump from position to position. |
4397 | The third parameter, (question from the author: What is count for?). | 4398 | If step is set to 0 it is calculated as height of confine part divided by |
4399 | count. | ||
4398 | @endproperty | 4400 | @endproperty |
4399 | */ | 4401 | */ |
4400 | static void | 4402 | static void |