From: cedric Date: Fri, 6 Jan 2012 15:06:52 +0000 (+0000) Subject: edje: try to fix doc. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~446 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f20fec7c2470e82be57b528fa575cf98261020ff;p=profile%2Fivi%2Fedje.git edje: try to fix doc. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66943 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_handlers.c b/src/bin/edje_cc_handlers.c index 7535b31..59b104d 100644 --- a/src/bin/edje_cc_handlers.c +++ b/src/bin/edje_cc_handlers.c @@ -3433,10 +3433,9 @@ st_collections_group_parts_part_entry_mode(void) [MODE] @effect Sets the selection mode for a textblock part to one of: - @li DEFAULT - @li EXPLICIT - DEFAULT selection mode is what you would expect on any desktop. Press - mouse, drag and release to end. EXPLICIT mode requires the application + @li DEFAULT selection mode is what you would expect on any desktop. Press + mouse, drag and release to end. + @li EXPLICITmode requires the application controlling the edje object has to explicitly begin and end selection modes, and the selection itself is dragable at both ends. @endproperty @@ -3460,11 +3459,9 @@ st_collections_group_parts_part_select_mode(void) [MODE] @effect Sets the cursor mode for a textblock part to one of: - @li UNDER - @li BEFORE - UNDER cursor mode means the cursor will draw below the character pointed + @li UNDER cursor mode means the cursor will draw below the character pointed at. That's the default. - BEFORE cursor mode means the cursor is drawn as a vertical line before + @li BEFORE cursor mode means the cursor is drawn as a vertical line before the current character, just like many other GUI toolkits handle it. @endproperty */