diff dw.h @ 511:80dbd5a1f403

Removed the increments parameter from dw_scrollbar_new().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 09 Mar 2004 03:54:21 +0000
parents 710f82598210
children 7755599311d4
line wrap: on
line diff
--- a/dw.h	Tue Mar 09 03:27:39 2004 +0000
+++ b/dw.h	Tue Mar 09 03:54:21 2004 +0000
@@ -918,7 +918,7 @@
 HWND API dw_radiobutton_new(char *text, ULONG id);
 HWND API dw_percent_new(unsigned long id);
 HWND API dw_slider_new(int vertical, int increments, ULONG id);
-HWND API dw_scrollbar_new(int vertical, int increments, ULONG id);
+HWND API dw_scrollbar_new(int vertical, ULONG id);
 HWND API dw_checkbox_new(char *text, unsigned long id);
 HWND API dw_listbox_new(unsigned long id, int multi);
 void API dw_listbox_append(HWND handle, char *text);