comparison dwtest.c @ 378:12b3980a41a2

Reverted a test change I accidentally committed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Apr 2003 23:01:55 +0000
parents d8176c73a081
children fcb52d773ed2
comparison
equal deleted inserted replaced
377:d8176c73a081 378:12b3980a41a2
434 434
435 browsebox = dw_box_new(BOXHORZ, 0); 435 browsebox = dw_box_new(BOXHORZ, 0);
436 436
437 dw_box_pack_start(lbbox, browsebox, 0, 0, TRUE, TRUE, 0); 437 dw_box_pack_start(lbbox, browsebox, 0, 0, TRUE, TRUE, 0);
438 438
439 entryfield = dw_combobox_new("", 100L); 439 entryfield = dw_entryfield_new("", 100L);
440 440
441 dw_entryfield_set_limit(entryfield, 260); 441 dw_entryfield_set_limit(entryfield, 260);
442 442
443 dw_box_pack_start(browsebox, entryfield, 100, 15, TRUE, TRUE, 4); 443 dw_box_pack_start(browsebox, entryfield, 100, 15, TRUE, TRUE, 4);
444 444