diff dwtest.c @ 198:11b5da6196c2

Implemented dw_scrollbar_set_range() on Unix and fixed a bug in the test app.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 20 Jan 2003 11:16:27 +0000
parents f3718165f0b2
children b955228477b3
line wrap: on
line diff
--- a/dwtest.c	Mon Jan 20 11:08:43 2003 +0000
+++ b/dwtest.c	Mon Jan 20 11:16:27 2003 +0000
@@ -167,7 +167,7 @@
 
 	scrollbar = dw_scrollbar_new(FALSE, 100, 0);
 	dw_box_pack_start( pagebox, scrollbar, 100, 20, TRUE, FALSE, 0);
-	dw_scrollbar_set_range(scrollbar, 0, 0);
+	dw_scrollbar_set_range(scrollbar, 0);
 
 	text1pm = dw_pixmap_new( textbox1, font_width*width1, font_height*rows, depth );
 	text2pm = dw_pixmap_new( textbox2, font_width*width2, font_height*rows, depth );