diff dwtest.c @ 310:77105fe19c1f

Removed obsolete dw_container_set_view() function.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 31 Mar 2003 09:18:00 +0000
parents f844a07c5915
children 24c1dfffe97e
line wrap: on
line diff
--- a/dwtest.c	Mon Mar 31 08:53:46 2003 +0000
+++ b/dwtest.c	Mon Mar 31 09:18:00 2003 +0000
@@ -569,8 +569,6 @@
 	container = dw_container_new(100);
 	dw_box_pack_start( notebookbox4, container, 500, 200, TRUE, FALSE, 1);
 
-	dw_container_set_view(container, DW_CV_DETAIL | DW_CV_MINI | DW_CA_DETAILSVIEWTITLES, 16, 16);
-
 	/* and a status area to see whats going on */
 	container_status = dw_status_text_new("", 0);
 	dw_box_pack_start( notebookbox4, container_status, 100, 20, TRUE, FALSE, 1);