seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=48006ce6ffba7c540e6007226fc015c6ed21179b

commit 48006ce6ffba7c540e6007226fc015c6ed21179b
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Mon Oct 14 20:33:58 2013 +0900

    elm_genlist.h: added 'full' style documentation.
    
    - 'full' style is so useful, it needs to have a documentation.
    - Do not use @ for 'since' in this case. That will cause line break and 
looks ugly.
    - reminded by ccxwrk.
---
 src/lib/elm_genlist.h | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h
index 60f0af6..95a1aee 100644
--- a/src/lib/elm_genlist.h
+++ b/src/lib/elm_genlist.h
@@ -108,9 +108,17 @@
  * @image html img/widget/genlist/preview-03.png
  * @image latex img/widget/genlist/preview-03.eps
  *
- * - one_icon - Only 1 icon (left) @since 1.7
- * - end_icon - Only 1 icon (at end/right) @since 1.7
- * - no_icon - No icon (at end/right) @since 1.7
+ * - one_icon - Only 1 icon (left) (since 1.7)
+ * - end_icon - Only 1 icon (at end/right) (since 1.7)
+ * - no_icon - No icon (at end/right) (since 1.7)
+ * - full - Only 1 icon, elm.swallow.content,  which consumes whole area of
+ * genlist itemj (since 1.7)
+ *
+ * If one wants to use more icons and texts than are offered in theme, there
+ * are two solutions. One is to use 'full' style that has one big swallow part.
+ * You can swallow anything there. The other solution is to customize genlist
+ * item style in application side by using elm_theme_extension_add() and its
+ * own edc. Please refer @ref theme_example_01 for that.
  *
  * @section Genlist_Items Structure of items
  *

-- 


Reply via email to