Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/bin


Modified Files:
        Makefile.am etk_test.c etk_test.h 


Log Message:
Enhancement (Bug #109) : dave's patch to add the stock icon list to etk_test. 

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- Makefile.am 19 Jul 2007 22:31:47 -0000      1.21
+++ Makefile.am 19 Sep 2007 14:01:48 -0000      1.22
@@ -40,7 +40,8 @@
 etk_iconbox_test.c \
 etk_text_view_test.c \
 etk_embed_test.c \
-etk_shadow_test.c
+etk_shadow_test.c \
+etk_stock.c
 
 etk_test_LDADD = $(top_builddir)/src/lib/libetk.la \
                 @EVAS_LIBS@ @ECORE_LIBS@ @EDJE_LIBS@
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_test.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- etk_test.c  21 Aug 2007 15:04:54 -0000      1.37
+++ etk_test.c  19 Sep 2007 14:01:48 -0000      1.38
@@ -105,6 +105,11 @@
       BASIC_WIDGET
    },
    {
+      "Stock Icons",
+      etk_test_stock_window_create,
+      BASIC_WIDGET
+   },
+   {
       "Drag and Drop",
       etk_test_dnd_window_create,
       MISC
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_test.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- etk_test.h  19 Jul 2007 22:31:47 -0000      1.21
+++ etk_test.h  19 Sep 2007 14:01:48 -0000      1.22
@@ -24,5 +24,6 @@
 void etk_test_text_view_window_create(void *data);
 void etk_test_embed_window_create(void *data);
 void etk_test_shadow_window_create(void *data);
+void etk_test_stock_window_create(void *data);
 
 #endif



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to