elementary/genlist - Add a small explanation to the 3rd example.

SVN revision: 61898
This commit is contained in:
Rafael Antognolli 2011-07-29 14:59:45 +00:00
parent c28fd3012e
commit 574201f1a9
3 changed files with 25 additions and 0 deletions

View File

@ -69,6 +69,8 @@
*
* @ref genlist_example_02
*
* @ref genlist_example_03
*
* @ref genlist_example_04
*
* @ref genlist_example_05
@ -4286,6 +4288,27 @@
* @image latex screenshots/genlistexample_02.eps width=\textwidth
*/
/**
* @page genlist_example_03 Genlist - different width options
*
* This example doesn't present any other feature that is not already present in
* the other examples, but visually shows the difference between using the
* default list options (first list of the example), setting the horizontal mode
* to #ELM_LIST_LIMIT (second list), enabling compress mode (third list) and
* using height_for_width option (fourth list).
*
* The full code for this example is listed below:
*
* @include genlist_example_03.c
*
* And the screenshot of the running example:
*
* @image html screenshots/genlist_example_03.png
* @image latex screenshots/genlistexample_03.eps width=\textwidth
*
* @example genlist_example_03.c
*/
/**
* @page genlist_example_04 Genlist - items manipulation
*

View File

@ -253,6 +253,7 @@ SCREENSHOTS = \
gengrid_example:gengrid_example.png:0.0 \
genlist_example_01:genlist_example_01.png:0.1 \
genlist_example_02:genlist_example_02.png:0.1 \
genlist_example_03:genlist_example_03.png:0.1 \
genlist_example_04:genlist_example_04.png:0.1 \
genlist_example_05:genlist_example_05.png:0.1 \
entry_example:entry_example.png:0.0 \

View File

@ -11990,6 +11990,7 @@ extern "C" {
* its capabilities:
* - @ref genlist_example_01
* - @ref genlist_example_02
* - @ref genlist_example_03
* - @ref genlist_example_04
* - @ref genlist_example_05
*/