Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_iconbox.c 


Log Message:
* Make the rubber band look better, and make it work properly layer-wise

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- ewl_iconbox.c       16 Nov 2005 23:36:28 -0000      1.75
+++ ewl_iconbox.c       18 Nov 2005 03:35:50 -0000      1.76
@@ -261,8 +261,8 @@
        ewl_container_child_append(EWL_CONTAINER(ib->ewl_iconbox_pane_inner), 
ib->select_floater);
        
        ewl_object_custom_size_set(EWL_OBJECT(ib->select), 80, 40);
-       ewl_widget_layer_set(EWL_WIDGET(ib->select_floater), -1);
-       ewl_widget_color_set(EWL_WIDGET(ib->select), 128, 50, 70, 128);
+       ewl_widget_layer_set(EWL_WIDGET(ib->select_floater), 1);
+       ewl_widget_color_set(EWL_WIDGET(ib->select), 255, 255, 25, 50);
        ib->drag_box = 0;
 
        /*Set the dx/dy drag start points to 'null' values*/
@@ -717,7 +717,6 @@
 
 
        /* Make the image */
-       /*printf("MMaking image..\n");*/
        ewl_iconbox_icon_image_set(EWL_ICONBOX_ICON(ib), icon_file);
        ewl_container_child_append(EWL_CONTAINER(ib), 
EWL_ICONBOX_ICON(ib)->image);
 
@@ -750,6 +749,7 @@
        ewl_callback_append(EWL_ICONBOX_ICON(ib)->w_label, 
EWL_CALLBACK_VALUE_CHANGED, ewl_iconbox_icon_floater_resize_cb, ib);
 
 
+
        /*Show*/
        ewl_widget_show(EWL_ICONBOX_ICON(ib)->image);
        ewl_widget_show(EWL_ICONBOX_ICON(ib)->w_label);




-------------------------------------------------------
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. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to