Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_combo.c 


Log Message:
- add comment on the editable stuff

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_combo.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_combo.c 14 Mar 2006 05:42:37 -0000      1.9
+++ ewl_combo.c 14 Mar 2006 05:52:50 -0000      1.10
@@ -3,6 +3,21 @@
 #include <string.h>
 #include <stdlib.h>
 
+/**
+ * @addtogroup Ewl_Combo
+ *
+ * @section Notes
+ *
+ * Note, if you set the combo to editable, with ewl_combo_editable set then
+ * instead of using the model/view to get the data we will query the view
+ * for the header. It is then up to the app to do what they will with the
+ * header to make it 'editable'. In most cases, this will mean packing an
+ * entry into there with the value from the data. In this case you will need
+ * to attach a EWL_CALLBACK_VALUE_CHANGED callback to the entry and handle
+ * its value change yourself. The combo won't know about any changed values
+ * in the entry and will always have the value from the data.
+ */
+
 typedef struct Combo_Test_Data Combo_Test_Data;
 struct Combo_Test_Data
 {




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to