diff dw.h @ 561:c0a708e2cba3

Removed dw_percent_get_range() to simplify coding. The range is now always 0 to 100 no matter what platform or widget size.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 21 Apr 2004 05:33:51 +0000
parents 7ca86c417a58
children 33b792d5c8ab
line wrap: on
line diff
--- a/dw.h	Wed Apr 21 04:56:34 2004 +0000
+++ b/dw.h	Wed Apr 21 05:33:51 2004 +0000
@@ -952,7 +952,6 @@
 void API dw_listbox_set_text(HWND handle, unsigned int index, char *buffer);
 unsigned int API dw_listbox_selected(HWND handle);
 int API dw_listbox_selected_multi(HWND handle, int where);
-unsigned int API dw_percent_get_range(HWND handle);
 void API dw_percent_set_pos(HWND handle, unsigned int position);
 unsigned int API dw_slider_get_pos(HWND handle);
 void API dw_slider_set_pos(HWND handle, unsigned int position);