comparison 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
comparison
equal deleted inserted replaced
560:7ca86c417a58 561:c0a708e2cba3
950 void API dw_listbox_delete(HWND handle, int index); 950 void API dw_listbox_delete(HWND handle, int index);
951 void API dw_listbox_get_text(HWND handle, unsigned int index, char *buffer, unsigned int length); 951 void API dw_listbox_get_text(HWND handle, unsigned int index, char *buffer, unsigned int length);
952 void API dw_listbox_set_text(HWND handle, unsigned int index, char *buffer); 952 void API dw_listbox_set_text(HWND handle, unsigned int index, char *buffer);
953 unsigned int API dw_listbox_selected(HWND handle); 953 unsigned int API dw_listbox_selected(HWND handle);
954 int API dw_listbox_selected_multi(HWND handle, int where); 954 int API dw_listbox_selected_multi(HWND handle, int where);
955 unsigned int API dw_percent_get_range(HWND handle);
956 void API dw_percent_set_pos(HWND handle, unsigned int position); 955 void API dw_percent_set_pos(HWND handle, unsigned int position);
957 unsigned int API dw_slider_get_pos(HWND handle); 956 unsigned int API dw_slider_get_pos(HWND handle);
958 void API dw_slider_set_pos(HWND handle, unsigned int position); 957 void API dw_slider_set_pos(HWND handle, unsigned int position);
959 unsigned int API dw_scrollbar_get_pos(HWND handle); 958 unsigned int API dw_scrollbar_get_pos(HWND handle);
960 void API dw_scrollbar_set_pos(HWND handle, unsigned int position); 959 void API dw_scrollbar_set_pos(HWND handle, unsigned int position);