Enlightenment CVS committal Author : lordchaos Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_iconbox.c Log Message: More Menu fixes =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -3 -r1.56 -r1.57 --- ewl_iconbox.c 26 Oct 2005 10:56:52 -0000 1.56 +++ ewl_iconbox.c 26 Oct 2005 11:02:23 -0000 1.57 @@ -256,6 +256,8 @@ ewl_widget_show(ib->ewl_iconbox_pane_inner); ewl_widget_show(ib->ewl_iconbox_scrollpane); ewl_widget_show(ib->ewl_iconbox_menu_floater); + ewl_widget_show(ib->icon_menu_floater); + /* Ewl Entry for the purposes of label editing - if enabled */ @@ -1007,6 +1009,7 @@ if (ev->button == 3) { ewl_floater_position_set(EWL_FLOATER(ib->icon_box_parent->icon_menu_floater), ev->x-ibx + abs(sx-ibx), ev->y-iby +abs(sy-iby)); + //ewl_floater_follow_set(EWL_FLOATER(ib->icon_box_parent->icon_menu_floater), ib); //ewl_widget_show(ib->icon_box_parent->icon_menu_floater); ewl_widget_show(ib->icon_box_parent->icon_menu); ewl_callback_call(EWL_WIDGET(ib->icon_box_parent->icon_menu), EWL_CALLBACK_SELECT); ------------------------------------------------------- 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