Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: ewl_icon_local_viewer.c Log Message: Add a 'delete' option =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/ewl_icon_local_viewer.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- ewl_icon_local_viewer.c 29 Oct 2005 02:00:19 -0000 1.16 +++ ewl_icon_local_viewer.c 30 Oct 2005 01:35:37 -0000 1.17 @@ -482,6 +482,12 @@ ewl_widget_show(context); + /*Icon menu*/ + context = ewl_menu_item_new(); + ewl_menu_item_text_set(EWL_MENU_ITEM(context), "Delete file"); + ewl_widget_show(context); + ewl_iconbox_icon_menu_item_add(EWL_ICONBOX(viewer->iconbox), context); + //ewl_callback_append(context, EWL_CALLBACK_MOUSE_DOWN, icon_properties_cb, instance); /*Icon menu*/ context = ewl_menu_item_new(); ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs