Elementary: small fix on gen.* scroller policy documentation
authorbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Mar 2012 14:47:10 +0000 (14:47 +0000)
committerbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Mar 2012 14:47:10 +0000 (14:47 +0000)
--This line,yand those below, will be ignored--

M    elm_genlist.h
M    elm_gengrid.h

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

src/lib/elm_gengrid.h
src/lib/elm_genlist.h

index c0f2e8f..c8d74ec 100644 (file)
@@ -633,12 +633,12 @@ EAPI Elm_Object_Item             *elm_gengrid_last_item_get(const Evas_Object *o
  * @param policy_v Vertical scrollbar policy.
  *
  * This sets the scrollbar visibility policy for the given gengrid
- * scroller. #ELM_SMART_SCROLLER_POLICY_AUTO means the scrollbar is
+ * scroller. #ELM_SCROLLER_POLICY_AUTO means the scrollbar is
  * made visible if it is needed, and otherwise kept hidden.
- * #ELM_SMART_SCROLLER_POLICY_ON turns it on all the time, and
- * #ELM_SMART_SCROLLER_POLICY_OFF always keeps it off. This applies
+ * #ELM_SCROLLER_POLICY_ON turns it on all the time, and
+ * #ELM_SCROLLER_POLICY_OFF always keeps it off. This applies
  * respectively for the horizontal and vertical scrollbars. Default is
- * #ELM_SMART_SCROLLER_POLICY_AUTO
+ * #ELM_SCROLLER_POLICY_AUTO
  *
  * @see elm_gengrid_scroller_policy_get()
  *
index 3e030a4..08a1b5d 100644 (file)
@@ -772,12 +772,12 @@ EAPI Elm_Object_Item             *elm_genlist_last_item_get(const Evas_Object *o
  * @param policy_v Vertical scrollbar policy.
  *
  * This sets the scrollbar visibility policy for the given genlist
- * scroller. #ELM_SMART_SCROLLER_POLICY_AUTO means the scrollbar is
+ * scroller. #ELM_SCROLLER_POLICY_AUTO means the scrollbar is
  * made visible if it is needed, and otherwise kept hidden.
- * #ELM_SMART_SCROLLER_POLICY_ON turns it on all the time, and
- * #ELM_SMART_SCROLLER_POLICY_OFF always keeps it off. This applies
+ * #ELM_SCROLLER_POLICY_ON turns it on all the time, and
+ * #ELM_SCROLLER_POLICY_OFF always keeps it off. This applies
  * respectively for the horizontal and vertical scrollbars. Default is
- * #ELM_SMART_SCROLLER_POLICY_AUTO
+ * #ELM_SCROLLER_POLICY_AUTO
  *
  * @see elm_genlist_scroller_policy_get()
  *