[colorpalette, colorselector, editfield] signals' explanation
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 23 Dec 2010 07:36:31 +0000 (16:36 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 23 Dec 2010 07:36:31 +0000 (16:36 +0900)
src/lib/elm_colorpalette.c
src/lib/elm_colorselector.c
src/lib/elm_editfield.c

index 968348d..2d705d4 100644 (file)
@@ -8,6 +8,11 @@
  *
  * Using colorpalette, you can select a color by clicking
  * a color rectangle on the colorpalette.
+ *
+ * Smart callbacks that you can add are:
+ * 
+ * clicked - This signal is sent when a color rectangle is clicked.
+ * 
  */
 
 
index af4c53f..753b12d 100644 (file)
@@ -7,6 +7,11 @@
  *
  * By using colorselector, you can select a color.
  * Colorselector made a color using HSV/HSB mode.
+ *
+ * Smart Callbacks that you can add are : 
+ * 
+ * changed - This signal is emitted when a color change occurs.
+ *
  */
 
 #define BASE_STEP 360.0
index d7cdafe..c392b73 100644 (file)
@@ -6,6 +6,13 @@
  * @ingroup Elementary
  *
  * This is a editfield. It can contain a simple label and icon objects.
+ * 
+ * Smart callbacks that you can add are:
+ *
+ * clicked - This signal is emitted when an editfield is clicked.
+ * 
+ * unfocused - This signal is emitted when an editfield is unfocused.
+ * 
  */
 
 //#define ERASER_PADDING (10)