comparison 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
comparison
equal deleted inserted replaced
309:49047a8787cb 310:77105fe19c1f
567 567
568 /* now a container area under this box */ 568 /* now a container area under this box */
569 container = dw_container_new(100); 569 container = dw_container_new(100);
570 dw_box_pack_start( notebookbox4, container, 500, 200, TRUE, FALSE, 1); 570 dw_box_pack_start( notebookbox4, container, 500, 200, TRUE, FALSE, 1);
571 571
572 dw_container_set_view(container, DW_CV_DETAIL | DW_CV_MINI | DW_CA_DETAILSVIEWTITLES, 16, 16);
573
574 /* and a status area to see whats going on */ 572 /* and a status area to see whats going on */
575 container_status = dw_status_text_new("", 0); 573 container_status = dw_status_text_new("", 0);
576 dw_box_pack_start( notebookbox4, container_status, 100, 20, TRUE, FALSE, 1); 574 dw_box_pack_start( notebookbox4, container_status, 100, 20, TRUE, FALSE, 1);
577 575
578 titles[0] = "Size"; 576 titles[0] = "Size";