Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default


Modified Files:
        Makefile.am default.edc 


Log Message:
Damn it! It should work now!


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/data/themes/default/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Oct 2005 22:14:14 -0000       1.3
+++ Makefile.am 7 Oct 2005 22:34:43 -0000       1.4
@@ -4,7 +4,8 @@
 EDJE_CC = edje_cc
 EDJE_FLAGS = \
 -v \
--id $(top_srcdir)/data/themes/default/icons
+-id $(top_srcdir)/data/themes/default/images \
+-fd $(top_srcdir)/data/themes/default/fonts
 
 filesdir = $(pkgdatadir)/themes
 files_DATA = default.edj
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/data/themes/default/default.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default.edc 7 Oct 2005 21:53:47 -0000       1.2
+++ default.edc 7 Oct 2005 22:34:43 -0000       1.3
@@ -1,34 +1,16 @@
-#define STOCK_ICON(icon_name, icon_image) \
-group { \
-   name: icon_name; \
-   parts { \
-      part { \
-         name: "icon"; \
-         description { \
-            state: "default" 0.0; \
-            rel1 { \
-               relative: 0.0 0.0; \
-               offset: 0 0; \
-            } \
-            rel2 { \
-               relative: 1.0 1.0; \
-               offset: -1 -1; \
-            } \
-            image { \
-               normal: icon_image; \
-            } \
-         } \
-      } \
-   } \
-}
-
-images {
-   image: "open.png" COMP;
-   image: "close.png" COMP;
-   image: "save.png" COMP;
+#include "macros/focus_rect.edc"
+fonts {
+   font: "Vera.ttf" "Vera";
 }
+#include "images/images.edc"
 collections {
-   STOCK_ICON("OPEN", "open.png")
-   STOCK_ICON("CLOSE", "close.png")
-   STOCK_ICON("SAVE", "save.png")
+   #include "widgets/windows.edc"
+   #include "widgets/button.edc"
+   #include "widgets/toggle_button.edc"
+   #include "widgets/check_button.edc"
+   #include "widgets/radio_button.edc"
+   #include "widgets/entry.edc"
+   #include "widgets/scale.edc"
+   #include "widgets/scrollbar.edc"
+   #include "widgets/tree.edc"
 }




-------------------------------------------------------
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