Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h.in Makefile.am ewl_enums.h 
Added Files:
        ewl_notebook2.c ewl_notebook2.h 


Log Message:
- reworking the notebook api to be more consistent with the rest of the api
- basics are there, need to get all of the insert/delete stuff working and
  putting everything where it belongs

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Ewl.h.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- Ewl.h.in    31 Jan 2006 05:11:58 -0000      1.28
+++ Ewl.h.in    3 Feb 2006 06:00:12 -0000       1.29
@@ -326,6 +326,7 @@
 #include <ewl_iconbox.h>
 @ewl_media_include@
 #include <ewl_notebook.h>
+#include <ewl_notebook2.h>
 #include <ewl_progressbar.h>
 #include <ewl_paned.h>
 #include <ewl_scrollpane.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- Makefile.am 31 Dec 2005 06:03:36 -0000      1.19
+++ Makefile.am 3 Feb 2006 06:00:12 -0000       1.20
@@ -50,6 +50,7 @@
        ewl_menu_item.h \
        ewl_misc.h \
        ewl_notebook.h \
+       ewl_notebook2.h \
        ewl_object.h \
        ewl_overlay.h \
        ewl_paned.h \
@@ -115,6 +116,7 @@
        ewl_menu_item.c \
        ewl_misc.c \
        ewl_notebook.c \
+       ewl_notebook2.c \
        ewl_object.c \
        ewl_overlay.c \
        ewl_paned.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_enums.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ewl_enums.h 31 Jan 2006 05:11:59 -0000      1.33
+++ ewl_enums.h 3 Feb 2006 06:00:12 -0000       1.34
@@ -356,7 +356,8 @@
        EWL_ATTACH_TYPE_TOOLTIP,
        EWL_ATTACH_TYPE_COLOR,
        EWL_ATTACH_TYPE_NAME,
-       EWL_ATTACH_TYPE_MOUSE_CURSOR
+       EWL_ATTACH_TYPE_MOUSE_CURSOR,
+       EWL_ATTACH_TYPE_NOTEBOOK_DATA
 };
 typedef enum Ewl_Attach_Type Ewl_Attach_Type;
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to