Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_scrollpane.c Log Message: Allow scrollpanes to receive focus. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_scrollpane.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_scrollpane.c 25 Oct 2005 03:39:18 -0000 1.8 +++ ewl_scrollpane.c 21 Dec 2005 15:23:33 -0000 1.9 @@ -60,6 +60,8 @@ s->hflag = EWL_SCROLLPANE_FLAG_AUTO_VISIBLE; s->vflag = EWL_SCROLLPANE_FLAG_AUTO_VISIBLE; + ewl_widget_focusable_set(s, TRUE); + s->overlay = ewl_overlay_new(); ewl_object_fill_policy_set(EWL_OBJECT(s->overlay), EWL_FLAG_FILL_ALL); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs