edje: backward-compatible to "BLOCK_HANDLE" select_mode.
authorAlex Wu <zhiwen.wu@linux.intel.com>
Tue, 28 Aug 2012 12:19:14 +0000 (12:19 +0000)
committerEduardo de Barros Lima <eblima@gmail.com>
Tue, 28 Aug 2012 12:19:14 +0000 (12:19 +0000)
From: Alex Wu <zhiwen.wu@linux.intel.com>

SVN revision: 75783

legacy/edje/src/bin/edje_cc_handlers.c

index eb91ed4..a057416 100644 (file)
@@ -3617,6 +3617,7 @@ st_collections_group_parts_part_entry_mode(void)
         @li EXPLICIT mode requires the application
         controlling the edje object has to explicitly begin and end selection
         modes, and the selection itself is dragable at both ends.
+        @li BLOCK_HANDLE mode is the same as DEFAULT, it is for backward-compatibility.
     @endproperty
 */
 static void
@@ -3627,6 +3628,7 @@ st_collections_group_parts_part_select_mode(void)
    current_part->select_mode = parse_enum(0,
                                 "DEFAULT", EDJE_ENTRY_SELECTION_MODE_DEFAULT,
                                 "EXPLICIT", EDJE_ENTRY_SELECTION_MODE_EXPLICIT,
+                                "BLOCK_HANDLE", EDJE_ENTRY_SELECTION_MODE_DEFAULT,
                                 NULL);
 }