Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: ewl_button_test.c Log Message: - a simple label widget. will set the text into the part named "text" in the label group. This should be fully themable through the edje... =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_button_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_button_test.c 28 May 2005 20:32:49 -0000 1.2 +++ ewl_button_test.c 15 Jun 2005 20:17:43 -0000 1.3 @@ -22,6 +22,7 @@ Ewl_Widget *button[2]; Ewl_Widget *check_button[2]; Ewl_Widget *radio_button[2]; + Ewl_Widget *label; button_button = w; @@ -113,6 +114,10 @@ EWL_FLAG_ALIGN_LEFT); ewl_widget_show(radio_button[1]); + label = ewl_label_new("A label"); + ewl_container_child_append(EWL_CONTAINER(button_box), label); + ewl_widget_show(label); + return; } ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs