Enlightenment CVS committal Author : shorne Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_icons.edc Log Message: Add font fallbacks configuration to font config dialog * Add arrow icons to default theme * Add api to ilist for manipulating list labels (for moving) * TODO: need to split list manipulation code out to its own widget but what should the diget be called? e_widget_editable_list? =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- default_icons.edc 25 Jan 2006 04:00:46 -0000 1.7 +++ default_icons.edc 4 Apr 2006 14:00:19 -0000 1.8 @@ -29,6 +29,9 @@ image: "e17_pager_window.png" COMP; image: "e17_icon_right_arrow.png" COMP; + image: "e17_icon_up_arrow.png" COMP; + image: "e17_icon_down_arrow.png" COMP; + image: "e17_pointer.png" COMP; } @@ -506,6 +509,40 @@ max: 10 12; image { normal: "e17_icon_right_arrow.png"; + } + } + } + } +} +group { + name: "icons/widget/up_arrow"; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 0.83333333333 0.83333333333; + max: 12 10; + image { + normal: "e17_icon_up_arrow.png"; + } + } + } + } +} +group { + name: "icons/widget/down_arrow"; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 0.83333333333 0.83333333333; + max: 12 10; + image { + normal: "e17_icon_down_arrow.png"; } } } ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs