Elementary: Adding screenshot for anchrotwins example.

SVN revision: 60924
This commit is contained in:
Jonas M. Gastal 2011-07-01 17:32:20 +00:00
parent 7e125c3d01
commit 7a84cee119
3 changed files with 8313 additions and 3 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -3377,7 +3377,11 @@ extern "C" {
* @see Hover
*
* Since examples are usually better than plain words, we might as well
* try one. This exampel will show both Anchorblock and @ref Anchorview,
* try @ref tutorial_anchorblock_example "one".
*/
/**
* @page tutorial_anchorblock_example Anchorblock/Anchorview example
* This exampel will show both Anchorblock and @ref Anchorview,
* since both are very similar and it's easier to show them once and side
* by side, so the difference is more clear.
*
@ -3474,8 +3478,11 @@ extern "C" {
* @until evas_object_del(box)
* @until }
* @until }
*/
/**
*
* The example will look like this:
* @image html screenshots/anchorblock_01.png
* @image latex screenshots/anchorblock_01.eps
*
* @example anchorblock_example_01.c
*/
/**