comparison 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
comparison
equal deleted inserted replaced
510:710f82598210 511:80dbd5a1f403
916 HWND API dw_button_new(char *text, unsigned long id); 916 HWND API dw_button_new(char *text, unsigned long id);
917 HWND API dw_spinbutton_new(char *text, unsigned long id); 917 HWND API dw_spinbutton_new(char *text, unsigned long id);
918 HWND API dw_radiobutton_new(char *text, ULONG id); 918 HWND API dw_radiobutton_new(char *text, ULONG id);
919 HWND API dw_percent_new(unsigned long id); 919 HWND API dw_percent_new(unsigned long id);
920 HWND API dw_slider_new(int vertical, int increments, ULONG id); 920 HWND API dw_slider_new(int vertical, int increments, ULONG id);
921 HWND API dw_scrollbar_new(int vertical, int increments, ULONG id); 921 HWND API dw_scrollbar_new(int vertical, ULONG id);
922 HWND API dw_checkbox_new(char *text, unsigned long id); 922 HWND API dw_checkbox_new(char *text, unsigned long id);
923 HWND API dw_listbox_new(unsigned long id, int multi); 923 HWND API dw_listbox_new(unsigned long id, int multi);
924 void API dw_listbox_append(HWND handle, char *text); 924 void API dw_listbox_append(HWND handle, char *text);
925 void API dw_listbox_clear(HWND handle); 925 void API dw_listbox_clear(HWND handle);
926 int API dw_listbox_count(HWND handle); 926 int API dw_listbox_count(HWND handle);