Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h.in 


Log Message:
Update example app to use new constructors.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Ewl.h.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- Ewl.h.in    25 Sep 2005 05:02:19 -0000      1.19
+++ Ewl.h.in    3 Oct 2005 18:43:25 -0000       1.20
@@ -178,7 +178,8 @@
  * be set to the name of the group to load for an edje.
  *
  * @code
- *     image = ewl_image_new(argv[1], NULL);
+ *     image = ewl_image_new();
+ *     ewl_image_file_set(EWL_IMAGE(image), argv[1], NULL);
  *     ewl_container_child_append(EWL_CONTAINER(main_box), image);
  *     ewl_widget_show(image);
  * @endcode




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to