From a96f0f2a136667f7d682f3f35b8a231b3b145b7c Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 21 Nov 2012 07:16:48 +0000 Subject: [PATCH] elm elm_gengrid.h: Added more description to gengrid documentation. SVN revision: 79501 --- legacy/elementary/src/lib/elm_gengrid.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/legacy/elementary/src/lib/elm_gengrid.h b/legacy/elementary/src/lib/elm_gengrid.h index d9ed5bfc5d..b9813c134e 100644 --- a/legacy/elementary/src/lib/elm_gengrid.h +++ b/legacy/elementary/src/lib/elm_gengrid.h @@ -356,17 +356,18 @@ EAPI Eina_Bool elm_gengrid_multi_select_get(const Evas_Objec * placing its items. * * @param obj The gengrid object. - * @param horizontal @c EINA_TRUE to make the gengrid expand - * horizontally, @c EINA_FALSE to expand vertically. + * @param horizontal @c EINA_TRUE to make the gengrid expand horizontally, + * @c EINA_FALSE to expand vertically. * - * When in "horizontal mode" (@c EINA_TRUE), items will be placed - * in @b columns, from top to bottom and, when the space for a - * column is filled, another one is started on the right, thus - * expanding the grid horizontally. When in "vertical mode" - * (@c EINA_FALSE), though, items will be placed in @b rows, from left - * to right and, when the space for a row is filled, another one is + * When in "horizontal mode" (@c EINA_TRUE), items will be placed in @b columns, + * from top to bottom and, when the space for a column is filled, another one is + * started on the right, thus expanding the grid horizontally. When in + * "vertical mode" (@c EINA_FALSE), though, items will be placed in @b rows, + * from left to right and, when the space for a row is filled, another one is * started below, thus expanding the grid vertically. * + * @note By default, gengrid is in vertical mode, @c EINA_FALSE. + * * @see elm_gengrid_horizontal_get() * * @ingroup Gengrid