remove deprecated code related with
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Mar 2012 08:46:29 +0000 (08:46 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Mar 2012 08:46:29 +0000 (08:46 +0000)
elm_genlist_height_for_width_mode_get/set
function

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69360 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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.