comparison dw.h @ 52:0804483f6320

Added a redraw parameter to dw_container_clear().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 11 Nov 2001 17:49:33 +0000
parents bf42d08d72d7
children c4e1139d9872
comparison
equal deleted inserted replaced
51:d97de82f0b6e 52:0804483f6320
673 void *dw_container_alloc(HWND handle, int rowcount); 673 void *dw_container_alloc(HWND handle, int rowcount);
674 void dw_container_set_item(HWND handle, void *pointer, int column, int row, void *data); 674 void dw_container_set_item(HWND handle, void *pointer, int column, int row, void *data);
675 void dw_container_set_column_width(HWND handle, int column, int width); 675 void dw_container_set_column_width(HWND handle, int column, int width);
676 void dw_container_set_row_title(void *pointer, int row, char *title); 676 void dw_container_set_row_title(void *pointer, int row, char *title);
677 void dw_container_insert(HWND handle, void *pointer, int rowcount); 677 void dw_container_insert(HWND handle, void *pointer, int rowcount);
678 void dw_container_clear(HWND handle); 678 void dw_container_clear(HWND handle, int redraw);
679 void dw_container_delete(HWND handle, int rowcount); 679 void dw_container_delete(HWND handle, int rowcount);
680 void dw_container_set_view(HWND handle, unsigned long flags, int iconwidth, int iconheight); 680 void dw_container_set_view(HWND handle, unsigned long flags, int iconwidth, int iconheight);
681 char *dw_container_query_start(HWND handle, unsigned long flags); 681 char *dw_container_query_start(HWND handle, unsigned long flags);
682 char *dw_container_query_next(HWND handle, unsigned long flags); 682 char *dw_container_query_next(HWND handle, unsigned long flags);
683 void dw_container_scroll(HWND handle, int direction, long rows); 683 void dw_container_scroll(HWND handle, int direction, long rows);