Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_entry.c 


Log Message:
use ewl_text_length_maximum_set

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/entry/ewl_entry.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_entry.c 4 Jun 2007 18:46:32 -0000       1.5
+++ ewl_entry.c 2 Aug 2007 23:10:41 -0000       1.6
@@ -134,6 +134,8 @@
        ewl_widget_show(entry[1]);
 
        entry[2] = ewl_entry_new();
+       ewl_text_text_set(EWL_TEXT(entry[2]), "Not more than 30 characters");
+       ewl_text_length_maximum_set(EWL_TEXT(entry[2]), 30);
        ewl_object_padding_set(EWL_OBJECT(entry[2]), 5, 5, 0, 0);
        ewl_container_child_append(EWL_CONTAINER(entry_box), entry[2]);
        ewl_widget_show(entry[2]);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to