Enlightenment CVS committal Author : moom16 Project : e17 Module : proto
Dir : e17/proto/etk/src/bin Modified Files: etk_notebook_test.c Log Message: * More notebook work * Now, when a container is deleted, the children are deleted too =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_notebook_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- etk_notebook_test.c 23 Dec 2005 23:01:06 -0000 1.2 +++ etk_notebook_test.c 24 Dec 2005 18:13:06 -0000 1.3 @@ -19,6 +19,7 @@ } win = etk_window_new(); etk_window_title_set(ETK_WINDOW(win), _("Etk Notebook Test")); + etk_container_border_width_set(ETK_CONTAINER(win), 5); etk_signal_connect("delete_event", ETK_OBJECT(win), ETK_CALLBACK(etk_window_hide_on_delete), NULL); notebook = etk_notebook_new(); ------------------------------------------------------- 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