remove deprecated code related with
authorJiyoun Park <jijibe99@gmail.com>
Thu, 15 Mar 2012 08:46:29 +0000 (08:46 +0000)
committerJiyoun Park <jijibe99@gmail.com>
Thu, 15 Mar 2012 08:46:29 +0000 (08:46 +0000)
elm_genlist_height_for_width_mode_get/set
function

SVN revision: 69360

doc/examples.dox

index c7087eb..1e58e67 100644 (file)
  * This list will support multiple selection, so we call
  * elm_genlist_multi_select_set() on it.
  *
- * The option elm_genlist_height_for_width_mode_set() would allow text block to
+ * The option elm_genlist_mode_set() would allow text block to
  * wrap lines if the Edje part is configured with "text.min: 0 1", for example.
  * But since we are compressing the elements to the width of the list, this
  * option wouldn't take any effect.