Enlightenment CVS committal Author : fletch3k Project : misc Module : enotes
Dir : misc/enotes/src Modified Files: note.c Log Message: Embed Movement (shouldn't this be hidden though?) =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/note.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- note.c 9 Sep 2004 11:57:30 -0000 1.23 +++ note.c 10 Sep 2004 16:20:49 -0000 1.24 @@ -218,6 +218,9 @@ p->content = ewl_text_new(fcontent); ewl_container_child_append((Ewl_Container *) p->emb, p->content); + ewl_object_fill_policy_set((Ewl_Object *) p->content, EWL_FLAG_FILL_FILL); + ewl_callback_append(p->emb, EWL_CALLBACK_CONFIGURE, note_move_embed, + p->content); ewl_widget_show(p->content); /* Ecore Callbacks */ ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs