|
From: <enl...@li...> - 2006-03-04 23:30:18
|
Enlightenment CVS committal
Author : moom16
Project : e17
Module : proto
Dir : e17/proto/etk/data/themes/default/images
Modified Files:
images.edc
Added Files:
combo_arrow.png
Log Message:
* The menus have been rewritten: you can now have check and radio items. There also has been an API breakage: etk_menu_item_imageèset now requires an Etk_Menu_Item_Image and not an Etk_Menu_Item anymore
* The toggle/check/radio buttons has been rewritten
* Some fixes/cleanup
* The combobox widget has been started
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/data/themes/default/images/images.edc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- images.edc 14 Feb 2006 02:28:02 -0000 1.20
+++ images.edc 4 Mar 2006 23:29:46 -0000 1.21
@@ -78,4 +78,5 @@
image: "tab.png" COMP;
image: "tab_shadow.png" COMP;
image: "notebook_frame.png" COMP;
+ image: "combo_arrow.png" COMP;
}
|