[Elementary.h.in] added the signal explanation of multibuttonentry
authorHyunsil <hyunsil.park@samsung.com>
Fri, 12 Nov 2010 05:49:34 +0000 (14:49 +0900)
committerHyunsil <hyunsil.park@samsung.com>
Fri, 12 Nov 2010 05:49:34 +0000 (14:49 +0900)
src/lib/Elementary.h.in

index 01af49c..fd8273c 100644 (file)
@@ -2552,12 +2552,12 @@ extern "C" {
    EAPI void                      *elm_multibuttonentry_item_data_get(Elm_Multibuttonentry_Item *item);
    EAPI void                       elm_multibuttonentry_item_data_set(Elm_Multibuttonentry_Item *item, void *data);
    /* smart callback called:
-    * "selected" - when the selected item of multibuttonentry is changed. 
-    * "added" - when the new item of multibuttonentry is added. 
-    * "deleted" - when an item of multibuttonentry is deleted. 
-    * "expanded" - when the multibuttonentry is expanded. 
-    * "contracted" - when the multibuttonentry is contracted. 
-    * "contracted,state,changed" - when the contracted state of multibuttonentry is changed. 
+    * "selected" - This signal is emitted when the selected item of multibuttonentry is changed. 
+    * "added" - This signal is emitted when a new multibuttonentry item is added.
+    * "deleted" - This signal is emitted when a multibuttonentry item is deleted.
+    * "expanded" - This signal is emitted when a multibuttonentry is expanded. 
+    * "contracted" - This signal is emitted when a multibuttonentry is contracted. 
+    * "contracted,state,changed" - This signal is emitted when the contracted state of multibuttonentry is changed. 
     */
    /* available styles:
     * default