Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        Etk.h Makefile.am etk_mdi_area.c etk_mdi_area.h etk_types.h 
Added Files:
        etk_evas_object.c etk_evas_object.h 


Log Message:
[Etk_Evas_Object] A special widget that eats up any Evas object (primitive,
smart, edje, etc...) and allows them to be used internally anywhere within
Etk.


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/Etk.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- Etk.h       31 Oct 2007 11:04:58 -0000      1.52
+++ Etk.h       17 Apr 2008 03:27:34 -0000      1.53
@@ -39,6 +39,7 @@
 #include "etk_embed.h"
 #include "etk_engine.h"
 #include "etk_entry.h"
+#include "etk_evas_object.h"
 #include "etk_event.h"
 #include "etk_filechooser_widget.h"
 #include "etk_fixed.h"
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/Makefile.am,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- Makefile.am 31 Oct 2007 11:04:58 -0000      1.56
+++ Makefile.am 17 Apr 2008 03:27:34 -0000      1.57
@@ -37,6 +37,7 @@
 etk_embed.h \
 etk_engine.h \
 etk_entry.h \
+etk_evas_object.h \
 etk_event.h \
 etk_filechooser_widget.h \
 etk_fixed.h \
@@ -114,6 +115,7 @@
 etk_embed.c \
 etk_engine.c \
 etk_entry.c \
+etk_evas_object.c \
 etk_event.c \
 etk_filechooser_widget.c \
 etk_fixed.c \
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_mdi_area.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- etk_mdi_area.c      28 Sep 2007 20:11:29 -0000      1.7
+++ etk_mdi_area.c      17 Apr 2008 03:27:34 -0000      1.8
@@ -1,3 +1,6 @@
+/*
+ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
+ */
 /** @file etk_mdi_area.c */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_mdi_area.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- etk_mdi_area.h      19 Sep 2007 20:16:26 -0000      1.4
+++ etk_mdi_area.h      17 Apr 2008 03:27:34 -0000      1.5
@@ -1,3 +1,6 @@
+/*
+ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
+ */
 /** @file etk_mdi_area.h */
 #ifndef _ETK_MDI_AREA_H_
 #define _ETK_MDI_AREA_H_
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_types.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- etk_types.h 10 Nov 2007 16:11:43 -0000      1.73
+++ etk_types.h 17 Apr 2008 03:27:34 -0000      1.74
@@ -56,6 +56,7 @@
 typedef struct Etk_Embed Etk_Embed;
 typedef struct Etk_Engine Etk_Engine;
 typedef struct Etk_Entry Etk_Entry;
+typedef struct Etk_Evas_Object Etk_Evas_Object;
 typedef union  Etk_Event_Global Etk_Event_Global;
 typedef struct Etk_Event_Key_Down Etk_Event_Key_Down;
 typedef struct Etk_Event_Key_Up Etk_Event_Key_Up;



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to