Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_imenu.c ewl_menu_base.c 


Log Message:
Mark some internal menu widgets as internal, also layer the imenu more
appropriately.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_imenu.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_imenu.c 14 Jan 2004 20:42:54 -0000      1.15
+++ ewl_imenu.c 19 Feb 2004 05:07:01 -0000      1.16
@@ -48,6 +48,8 @@
         * Create the popup menu portion of the widget.
         */
        menu->base.popup = ewl_floater_new(EWL_WIDGET(menu));
+       ewl_widget_set_internal(menu->base.popup, TRUE);
+       ewl_widget_set_layer(menu->base.popup, 1000);
        ewl_widget_set_appearance(EWL_WIDGET(menu->base.popup), "imenu");
        ewl_box_set_orientation(EWL_BOX(menu->base.popup),
                                EWL_ORIENTATION_VERTICAL);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_menu_base.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_menu_base.c     27 Jan 2004 06:08:35 -0000      1.24
+++ ewl_menu_base.c     19 Feb 2004 05:07:01 -0000      1.25
@@ -45,6 +45,7 @@
         */
        ewl_container_set_redirect(EWL_CONTAINER(menu),
                                   EWL_CONTAINER(menu->popbox));
+       ewl_widget_set_internal(menu->popbox, TRUE);
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to