elementary / menu, gengrid, slider, separator, photocam, index, toggle

updated signal callback list in the doxygen



SVN revision: 58347
This commit is contained in:
ChunEon Park 2011-04-05 07:04:09 +00:00
parent 880365feee
commit 3761fc17f5
7 changed files with 22 additions and 17 deletions

View File

@ -113,10 +113,10 @@
* 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

View File

@ -10,10 +10,12 @@
* 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;

View 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;

View 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.

View 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.
*/

View File

@ -32,9 +32,10 @@
* "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;

View 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;