elementary / menu, gengrid, slider, separator, photocam, index, toggle
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Apr 2011 07:04:09 +0000 (07:04 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Apr 2011 07:04:09 +0000 (07:04 +0000)
updated signal callback list in the doxygen

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58347 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_gengrid.c
src/lib/elm_index.c
src/lib/elm_menu.c
src/lib/elm_photocam.c
src/lib/elm_separator.c
src/lib/elm_slider.c
src/lib/elm_toggle.c

index af20e1f..5faca42 100644 (file)
  *                parameter is the Gengrid item that was unselected.
  * "realized" - This is called when the item in the Gengrid is created
  *              as a real evas object. event_info is the Gengrid item that was
- *              created. The object may be deleted at any time, so it is up to the
- *              caller to not use the object pointer from
- *              elm_gengrid_item_object_get() in a way where it may point to freed
- *              objects.
+ *              created. The object may be deleted at any time, so it is up to
+ *              the caller to not use the object pointer from
+ *              elm_gengrid_item_object_get() in a way where it may point to 
+ *              freed objects.
  * "unrealized" - This is called when the real evas object for this item
  *                is deleted. event_info is the Gengrid item that was created.
  * "changed" - Called when an item is added, removed, resized or moved
index 443f41d..b21443e 100644 (file)
  * Signals that you can add callbacks for are:
  *
  * "changed" - when the selected index item changes
- * "delay,changed" - when the selected index item changes, but after some small idle period
+ * "delay,changed" - when the selected index item changes, but after some small i
+ *                   dle period
  * "selected" - when the user releases a finger and selects an item
- * "level,up" - when the user moves a finger from the first level to the second level
- * "level,down" - when the user moves a finger from the second level to the first level
+ * "level,up" - when the user moves a finger from the first level to the second 
+ *              level
+ * "level,down" - when the user moves a finger from the second level to the first *                level
  */
 
 typedef struct _Widget_Data Widget_Data;
index ae319c9..f4d4742 100644 (file)
@@ -10,7 +10,8 @@
  *
  * Signals that you can add callbacks for are:
  *
- * "clicked" - the user clicked the empty space in the menu to dismiss. event_info is NULL.
+ * "clicked" - the user clicked the empty space in the menu to dismiss. 
+ *             event_info is NULL.
  */
 
 typedef struct _Widget_Data Widget_Data;
index dbbdae3..ba66c56 100644 (file)
@@ -22,8 +22,8 @@
  * "loaded" - This is called when the image file load is complete for the first
  *            view (low resolution blurry version).
  * "load,details" - Photo detailed data load begins.
- * "loaded,details" - This is called when the image file load is complete for the
- *                    detailed image data (full resolution needed).
+ * "loaded,details" - This is called when the image file load is complete for 
+ *                    the detailed image data (full resolution needed).
  * "zoom,start" - Zoom animation started.
  * "zoom,stop" - Zoom animation stopped.
  * "zoom,change" - Zoom changed when using an auto zoom mode.
index 0cc6f76..9b8ff73 100644 (file)
@@ -4,7 +4,8 @@
 /**
  * @defgroup Separator Separator
  *
- * A separator is a widget that adds a very thin object to separate other objects.
+ * A separator is a widget that adds a very thin object to separate other 
+ * objects.
  * A separator can be vertical or horizontal.
  */
 
index cd83aae..c9f73aa 100644 (file)
  * "slider,drag,start" - dragging the slider indicator around has started
  * "slider,drag,stop" - dragging the slider indicator around has stopped
  * "delay,changed" - A short time after the value is changed by the user.
- *                   This will be called only when the user stops dragging for a very short
- *                   period or when they release their finger/mouse, so it avoids possibly
- *                   expensive reactions to the value change.
+ *                   This will be called only when the user stops dragging for 
+ *                   a very short period or when they release their 
+ *                   finger/mouse, so it avoids possibly expensive reactions to
+ *                   the value change.
  */
 
 typedef struct _Widget_Data Widget_Data;
index c32a499..db5177c 100644 (file)
@@ -9,9 +9,9 @@
  *
  * Signals that you can add callbacks for are:
  *
- * "changed" - Whenever the toggle value has been changed.  Is not called
- * until the toggle is released by the cursor (assuming it has been triggered
- * by the cursor in the first place).
+ * "changed" - Whenever the toggle value has been changed.  Is not called until 
+ *             the toggle is released by the cursor (assuming it has been 
+ *             triggered by the cursor in the first place).
  */
 
 typedef struct _Widget_Data Widget_Data;