Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        Makefile.am ewl_test.c ewl_test.h 
Added Files:
        ewl_icon_test.c 


Log Message:
- add the start of an ewl_icon class. this will eventually take over for the
  icon code in ewl_iconbox. will also be used for the preview pane in the
  filedialog
- add a ewl_container_child_insert_internal that will take internal widgets
  into account when it inserts

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- Makefile.am 30 Oct 2005 07:41:05 -0000      1.12
+++ Makefile.am 30 Dec 2005 05:39:28 -0000      1.13
@@ -29,6 +29,7 @@
                                        ewl_filedialog_multi_test.c \
                                        ewl_fileselector_test.c \
                                        ewl_floater_test.c \
+                                       ewl_icon_test.c \
                                        ewl_iconbox_test.c \
                                        ewl_image_test.c \
                                        ewl_imenu_test.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_test.c  3 Nov 2005 02:22:29 -0000       1.20
+++ ewl_test.c  30 Dec 2005 05:39:28 -0000      1.21
@@ -148,6 +148,12 @@
                                "another widget."
                },
                 {
+                        "Icon",
+                        __create_icon_test_window,
+                        "ewl_icon_test.c",
+                        "Provides a widget for displaying an icon"
+                },
+                {
                         "Iconbox",
                         __create_iconbox_test_window,
                         "ewl_iconbox_test.c",
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_test.h  2 Nov 2005 18:23:21 -0000       1.16
+++ ewl_test.h  30 Dec 2005 05:39:28 -0000      1.17
@@ -35,14 +35,15 @@
 void __create_colordialog_test_window   (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_colorpicker_test_window   (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_combo_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_datepicker_test_window      (Ewl_Widget * w, void *ev_data, void 
*user_data);
+void __create_datepicker_test_window    (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_dialog_test_window        (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_fileselector_test_window  (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_filedialog_test_window    (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_filedialog_multi_test_window (Ewl_Widget * w, void *ev_data, 
void *user_data);
 void __create_floater_test_window       (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_entry_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_iconbox_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
+void __create_icon_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
+void __create_iconbox_test_window       (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_image_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_imenu_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_menu_test_window          (Ewl_Widget * w, void *ev_data, void 
*user_data);




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