Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_text_entry


Modified Files:
        Esmart_Text_Entry.h Makefile.am 


Log Message:
- added test for esmart_text_entry
- added EDC file for esmart_text_entry
  -> not perfect, but good enough for a test (If you are a good EDC creator fix 
it.)
- fixed some config.h stuff
- added configure check for edje_cc


===================================================================
RCS file: /cvs/e/e17/libs/esmart/src/lib/esmart_text_entry/Esmart_Text_Entry.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Esmart_Text_Entry.h 6 Sep 2006 07:17:48 -0000       1.6
+++ Esmart_Text_Entry.h 10 Jul 2007 17:33:54 -0000      1.7
@@ -28,6 +28,8 @@
 extern "C" {
 #endif
 
+// TODO: No characters Non-ASCII caracters supported! Find out how to use 
unicode...
+
 /* create a new text entry */
 EAPI Evas_Object *esmart_text_entry_new (Evas * e);
 
@@ -42,6 +44,11 @@
 /* you've gotta free this resut */
 EAPI const char *esmart_text_entry_text_get(Evas_Object *o);
 
+/** Handle key input, text delete and return key (Hint: Set focus to the 
esmart object).
+  * @param o The Esmart_Text_Entry object to handle.
+  * @param func The callback function.
+  * @param data The data that is passed to the callback function.
+  */
 EAPI void esmart_text_entry_return_key_callback_set (Evas_Object * o,
                                                     void (*func) (void *data,
                                                                   const char 
*str),
===================================================================
RCS file: /cvs/e/e17/libs/esmart/src/lib/esmart_text_entry/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 21 Mar 2007 16:28:23 -0000      1.7
+++ Makefile.am 10 Jul 2007 17:33:54 -0000      1.8
@@ -8,8 +8,8 @@
 installed_headers_DATA = Esmart_Text_Entry.h
 
 libesmart_text_entry_la_SOURCES = esmart_text_entry.c \
-                                                                               
        Esmart_Text_Entry.h
+                                 Esmart_Text_Entry.h
 
-libesmart_text_entry_la_LDFLAGS = -version-info 0:9:0
-libesmart_text_entry_la_LIBADD = @TEXT_ENTRY_LIBS@
+libesmart_text_entry_la_LDFLAGS = @TEXT_ENTRY_LIBS@ -version-info 0:9:0
+libesmart_text_entry_la_LIBADD = 
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to