Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/test
Modified Files:
ewl_image_test.c
Log Message:
Add parameters for setting the group for loading edjes as images.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_image_test.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_image_test.c 24 Mar 2004 05:20:19 -0000 1.17
+++ ewl_image_test.c 20 Apr 2004 20:28:09 -0000 1.18
@@ -57,7 +57,7 @@
img = ecore_dlist_goto_last(images);
ewl_entry_set_text(EWL_ENTRY(entry_path), img);
- ewl_image_set_file(EWL_IMAGE(image), img);
+ ewl_image_set_file(EWL_IMAGE(image), img, "EWL");
ewl_widget_configure(image_win);
@@ -102,7 +102,7 @@
img = ecore_dlist_goto_first(images);
ewl_entry_set_text(EWL_ENTRY(entry_path), img);
- ewl_image_set_file(EWL_IMAGE(image), img);
+ ewl_image_set_file(EWL_IMAGE(image), img, "EWL");
ewl_widget_configure(image_win);
@@ -155,7 +155,7 @@
else if ((__image_exists("../data/images/e-logo.png")) != -1)
image_file = strdup("../data/images/e-logo.png");
- image = ewl_image_new(image_file);
+ image = ewl_image_new(image_file, "EWL");
ewl_object_set_padding(EWL_OBJECT(image), 0, 0, 5, 0);
ewl_object_set_alignment(EWL_OBJECT(image), EWL_FLAG_ALIGN_CENTER);
ewl_container_append_child(EWL_CONTAINER(scrollpane), image);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs