Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_events.c ewl_filedialog.c 


Log Message:
Send keyboard focus to clicked widgets.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_events.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- ewl_events.c        8 Dec 2003 23:13:40 -0000       1.43
+++ ewl_events.c        9 Dec 2003 17:35:50 -0000       1.44
@@ -299,7 +299,7 @@
        /*
         * Save the newly selected widget for further reference
         */
-       last_selected = widget;
+       last_key = last_selected = widget;
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);
 }
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_filedialog.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_filedialog.c    9 Dec 2003 17:19:49 -0000       1.14
+++ ewl_filedialog.c    9 Dec 2003 17:35:50 -0000       1.15
@@ -78,6 +78,8 @@
        w = EWL_WIDGET(fd);
        
        ewl_floater_init(EWL_FLOATER(w), follows);
+       ewl_object_set_fill_policy(EWL_OBJECT(w), EWL_FLAG_FILL_SHRINK |
+                                                 EWL_FLAG_FILL_FILL);
        fd->type = type;
 
        ewl_widget_set_appearance (EWL_WIDGET (w), "filedialog");




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to