From 8563d143fae9add24f9a0fa46da711b7afa51d3b Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 7 Nov 2011 15:18:05 +0900 Subject: [PATCH] Sync a comment --- src/lib/Elementary.h.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index e4d48ab..3a01709 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -4996,6 +4996,33 @@ extern "C" { */ /** + * @defgroup Image Image + * + * @image html img/widget/image/preview-00.png + * @image latex img/widget/image/preview-00.eps + + * + * An object that allows one to load an image file to it. It can be used + * anywhere like any other elementary widget. + * + * This widget provides most of the functionality provided from @ref Bg or @ref + * Icon, but with a slightly different API (use the one that fits better your + * needs). + * + * The features not provided by those two other image widgets are: + * @li allowing to get the basic @c Evas_Object with elm_image_object_get(); + * @li change the object orientation with elm_image_orient_set(); + * @li and turning the image editable with elm_image_editable_set(). + * + * Signals that you can add callbacks for are: + * + * @li @c "clicked" - This is called when a user has clicked the image + * + * An example of usage for this API follows: + * @li @ref tutorial_image + */ + + /** * @addtogroup Image * @{ */ -- 2.7.4