Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_dialog.c 


Log Message:
- mark internal widgets as such

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_dialog.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_dialog.c        10 Oct 2005 15:27:10 -0000      1.8
+++ ewl_dialog.c        21 Oct 2005 02:17:45 -0000      1.9
@@ -82,6 +82,7 @@
                DRETURN_INT(FALSE, DLEVEL_STABLE);
        }
        ewl_container_child_append(EWL_CONTAINER(dialog->box), 
dialog->separator);
+       ewl_widget_internal_set(dialog->separator, TRUE);
        ewl_widget_show(dialog->separator);
 
        /*
@@ -96,6 +97,7 @@
        ewl_object_fill_policy_set(EWL_OBJECT(dialog->action_area),
                           EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
        ewl_box_homogeneous_set(EWL_BOX(dialog->action_area), FALSE);
+       ewl_widget_internal_set(dialog->action_area, TRUE);
        ewl_widget_show(dialog->action_area);
 
        ewl_dialog_active_area_set(dialog, dialog->position);




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to