Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_entry.c Log Message: the cursor takes now the size of the full line =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_entry.c,v retrieving revision 1.83 retrieving revision 1.84 diff -u -3 -r1.83 -r1.84 --- ewl_entry.c 4 Apr 2008 00:25:49 -0000 1.83 +++ ewl_entry.c 9 Apr 2008 00:29:22 -0000 1.84 @@ -166,7 +166,7 @@ e->cursor = ewl_entry_cursor_new(e); ewl_container_child_append(EWL_CONTAINER(e), e->cursor); ewl_widget_internal_set(e->cursor, TRUE); - ewl_object_fill_policy_set(EWL_OBJECT(e->cursor), EWL_FLAG_FILL_SHRINK); + ewl_object_fill_policy_set(EWL_OBJECT(e->cursor), EWL_FLAG_FILL_VFILL); /* Set the pointer */ ewl_attach_mouse_cursor_set(EWL_WIDGET(e), EWL_MOUSE_CURSOR_XTERM); @@ -182,7 +182,7 @@ ewl_entry_cb_focus_in, NULL); ewl_callback_append(w, EWL_CALLBACK_FOCUS_OUT, ewl_entry_cb_focus_out, NULL); - ewl_callback_append(w, EWL_CALLBACK_CONFIGURE, + ewl_callback_prepend(w, EWL_CALLBACK_CONFIGURE, ewl_entry_cb_configure, NULL); ewl_callback_append(w, EWL_CALLBACK_MOUSE_DOWN, ewl_entry_cb_mouse_down, NULL); ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs