Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : docs

Dir     : e17/docs/ewlbook/examples/create_window


Modified Files:
        main.c 


Log Message:
sync EWL API changes

add some extra text in the widget packing section along with a diagram of
padding/insets for widgets

add the svg files for the image that i've made

===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/examples/create_window/main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- main.c      13 Aug 2004 01:17:11 -0000      1.2
+++ main.c      18 Aug 2004 05:42:47 -0000      1.3
@@ -14,9 +14,9 @@
     }
 
     win = ewl_window_new();
-    ewl_window_set_title(EWL_WINDOW(win), "EWL Window");
-    ewl_window_set_name(EWL_WINDOW(win), "EWL_WINDOW");
-    ewl_window_set_class(EWL_WINDOW(win), "EWLWindow");
+    ewl_window_title_set(EWL_WINDOW(win), "EWL Window");
+    ewl_window_name_set(EWL_WINDOW(win), "EWL_WINDOW");
+    ewl_window_class_set(EWL_WINDOW(win), "EWLWindow");
     ewl_object_size_request(EWL_OBJECT(win), 200, 100);
 
     ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW, destroy_cb, NULL);




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to