Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/bin


Modified Files:
        Makefile.am etk_colorpicker_test.c etk_slider_test.c 
        etk_test.c etk_test.h 
Added Files:
        etk_notebook_test.c 


Log Message:
* Add a notebook widget. Still need a lot of work, not usable yet


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 2 Dec 2005 21:57:55 -0000       1.6
+++ Makefile.am 23 Dec 2005 14:48:14 -0000      1.7
@@ -31,7 +31,8 @@
 etk_paned_test.c \
 etk_scrolled_view_test.c \
 etk_menu_test.c \
-etk_filechooser_test.c
+etk_filechooser_test.c \
+etk_notebook_test.c
 
 etk_test_LDADD = $(top_builddir)/src/lib/libetk.la \
                 @ecore_libs@ @evas_libs@ @edje_libs@
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_colorpicker_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- etk_colorpicker_test.c      20 Nov 2005 10:33:28 -0000      1.4
+++ etk_colorpicker_test.c      23 Dec 2005 14:48:14 -0000      1.5
@@ -12,7 +12,7 @@
       return;
    }
    win = etk_window_new();
-   etk_window_title_set(ETK_WINDOW(win), _("Etk Color Picker"));
+   etk_window_title_set(ETK_WINDOW(win), _("Etk Color Picker Test"));
    etk_signal_connect("delete_event", ETK_OBJECT(win), 
ETK_CALLBACK(etk_window_hide_on_delete), NULL); 
    
    cp = etk_colorpicker_new();
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_slider_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- etk_slider_test.c   2 Dec 2005 22:10:52 -0000       1.1
+++ etk_slider_test.c   23 Dec 2005 14:48:14 -0000      1.2
@@ -17,7 +17,7 @@
    }
    
    win = etk_window_new();
-   etk_window_title_set(ETK_WINDOW(win), _("Etk Slider test"));
+   etk_window_title_set(ETK_WINDOW(win), _("Etk Slider Test"));
    etk_container_border_width_set(ETK_CONTAINER(win), 5);
    etk_signal_connect("delete_event", ETK_OBJECT(win), 
ETK_CALLBACK(etk_window_hide_on_delete), NULL);
         
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- etk_test.c  4 Dec 2005 14:54:56 -0000       1.8
+++ etk_test.c  23 Dec 2005 14:48:14 -0000      1.9
@@ -52,6 +52,10 @@
    {
       "File Chooser",
       etk_test_filechooser_window_create
+   },
+   {
+      "Notebook",
+      etk_test_notebook_window_create
    }
 };
 static int num_tests = sizeof(tests) / sizeof (tests[0]);
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_test.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- etk_test.h  2 Dec 2005 21:57:55 -0000       1.7
+++ etk_test.h  23 Dec 2005 14:48:14 -0000      1.8
@@ -22,5 +22,6 @@
 void etk_test_scrolled_view_window_create(void *data);
 void etk_test_menu_window_create(void *data);
 void etk_test_filechooser_window_create(void *data);
+void etk_test_notebook_window_create(void *data);
 
 #endif




-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to