Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_list.c 


Log Message:
- API Break. Change ewl_border_text_set/get -> ewl_border_label_set/get

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/list/ewl_list.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_list.c  8 Nov 2006 05:57:03 -0000       1.5
+++ ewl_list.c  6 Dec 2006 16:05:11 -0000       1.6
@@ -54,7 +54,7 @@
 
        /* create a list using an ecore_list of strings of labels */
        o = ewl_border_new();
-       ewl_border_text_set(EWL_BORDER(o), "Label List (single select)");
+       ewl_border_label_set(EWL_BORDER(o), "Label List (single select)");
        ewl_container_child_append(EWL_CONTAINER(box), o);
        ewl_widget_show(o);
 
@@ -79,7 +79,7 @@
 
        /* create a list using an ecore_list of strings of labels */
        o = ewl_border_new();
-       ewl_border_text_set(EWL_BORDER(o), "Label List (multi select)");
+       ewl_border_label_set(EWL_BORDER(o), "Label List (multi select)");
        ewl_container_child_append(EWL_CONTAINER(box), o);
        ewl_widget_show(o);
 
@@ -97,7 +97,7 @@
        /* Create a list from a custom array with a custom assign on the
         * view */
        o = ewl_border_new();
-       ewl_border_text_set(EWL_BORDER(o), "Custom List");
+       ewl_border_label_set(EWL_BORDER(o), "Custom List");
        ewl_container_child_append(EWL_CONTAINER(box), o);
        ewl_widget_show(o);
 
@@ -125,7 +125,7 @@
        /* create a list by appending label widgets. This dosne't use the
         * MVC controls just allows you to use the container functions */
        o = ewl_border_new();
-       ewl_border_text_set(EWL_BORDER(o), "Container Functions");
+       ewl_border_label_set(EWL_BORDER(o), "Container Functions");
        ewl_container_child_append(EWL_CONTAINER(box), o);
        ewl_widget_show(o);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to