Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/bin


Modified Files:
        etk_test.c 


Log Message:
* Full "rereading" and documentation of the following files:
   - etk_alignment.c/h
   - etk_bin.c/h
   - etk_box.c/h
   - etk_button.c/h
   - etk_cache.c/h
   - etk_canvas.c/h
   - etk_combobox.c/h
   - etk_container.c/h
   - etk_dialog.c/h
   - etk_frame.c/h
   - etk_iconbox.c/h
   - etk_image.c/h
   - etk_label.c/h
   - etk_main.c/h
   - etk_marshallers.c/h

The signals and the properties of these files are now fully 
documented. The html doc also looks like the other e-related sites.

Several small bugs have been also fixed, though I don't remember which 
ones exactly. Most important ones are:
   - Child padding is now taken in account by the boxes
   - Implementation of etk_canvas_object_remove()


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/bin/etk_test.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- etk_test.c  7 Apr 2006 15:36:10 -0000       1.19
+++ etk_test.c  12 May 2006 19:13:39 -0000      1.20
@@ -125,7 +125,7 @@
    if (!etk_init())
    {
       fprintf(stderr, "Could not init etk. Exiting...\n");
-      return 0;
+      return 1;
    };
 
    etk_tooltips_enable();
@@ -133,7 +133,7 @@
    etk_main();
    etk_shutdown();
 
-   return 1;
+   return 0;
 }
 
 /* Creates the main window */




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to