comparison dw.h @ 310:77105fe19c1f

Removed obsolete dw_container_set_view() function.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 31 Mar 2003 09:18:00 +0000
parents 9d13efce2894
children 83edbd751da9
comparison
equal deleted inserted replaced
309:49047a8787cb 310:77105fe19c1f
126 #define DW_CFA_CENTER CFA_CENTER 126 #define DW_CFA_CENTER CFA_CENTER
127 #define DW_CFA_LEFT CFA_LEFT 127 #define DW_CFA_LEFT CFA_LEFT
128 #define DW_CFA_RIGHT CFA_RIGHT 128 #define DW_CFA_RIGHT CFA_RIGHT
129 #define DW_CFA_HORZSEPARATOR CFA_HORZSEPARATOR 129 #define DW_CFA_HORZSEPARATOR CFA_HORZSEPARATOR
130 #define DW_CFA_SEPARATOR CFA_SEPARATOR 130 #define DW_CFA_SEPARATOR CFA_SEPARATOR
131
132 #define DW_CA_DETAILSVIEWTITLES CA_DETAILSVIEWTITLES
133 #define DW_CV_MINI CV_MINI
134 #define DW_CV_DETAIL CV_DETAIL
135 131
136 #define DW_CRA_SELECTED CRA_SELECTED 132 #define DW_CRA_SELECTED CRA_SELECTED
137 #define DW_CRA_CURSORED CRA_CURSORED 133 #define DW_CRA_CURSORED CRA_CURSORED
138 134
139 #define DW_SLS_READONLY SLS_READONLY 135 #define DW_SLS_READONLY SLS_READONLY
287 #define DW_CFA_LEFT (1 << 6) 283 #define DW_CFA_LEFT (1 << 6)
288 #define DW_CFA_RIGHT (1 << 7) 284 #define DW_CFA_RIGHT (1 << 7)
289 #define DW_CFA_HORZSEPARATOR 0 285 #define DW_CFA_HORZSEPARATOR 0
290 #define DW_CFA_SEPARATOR 0 286 #define DW_CFA_SEPARATOR 0
291 287
292 #define DW_CA_DETAILSVIEWTITLES 0
293 #define DW_CV_MINI 0
294 #define DW_CV_DETAIL 0
295
296 #define DW_CRA_SELECTED LVNI_SELECTED 288 #define DW_CRA_SELECTED LVNI_SELECTED
297 #define DW_CRA_CURSORED LVNI_FOCUSED 289 #define DW_CRA_CURSORED LVNI_FOCUSED
298 290
299 #define DW_SLS_READONLY 0 291 #define DW_SLS_READONLY 0
300 #define DW_SLS_RIBBONSTRIP 0 292 #define DW_SLS_RIBBONSTRIP 0
491 #define DW_CFA_CENTER (1 << 5) 483 #define DW_CFA_CENTER (1 << 5)
492 #define DW_CFA_LEFT (1 << 6) 484 #define DW_CFA_LEFT (1 << 6)
493 #define DW_CFA_RIGHT (1 << 7) 485 #define DW_CFA_RIGHT (1 << 7)
494 #define DW_CFA_HORZSEPARATOR (1 << 8) 486 #define DW_CFA_HORZSEPARATOR (1 << 8)
495 #define DW_CFA_SEPARATOR (1 << 9) 487 #define DW_CFA_SEPARATOR (1 << 9)
496
497 #define DW_CA_DETAILSVIEWTITLES 1
498 #define DW_CV_MINI (1 << 1)
499 #define DW_CV_DETAIL (1 << 2)
500 488
501 #define DW_SLS_READONLY 1 489 #define DW_SLS_READONLY 1
502 #define DW_SLS_RIBBONSTRIP (1 << 1) 490 #define DW_SLS_RIBBONSTRIP (1 << 1)
503 491
504 #define DW_CCS_SINGLESEL 1 492 #define DW_CCS_SINGLESEL 1
861 void API dw_container_set_column_width(HWND handle, int column, int width); 849 void API dw_container_set_column_width(HWND handle, int column, int width);
862 void API dw_container_set_row_title(void *pointer, int row, char *title); 850 void API dw_container_set_row_title(void *pointer, int row, char *title);
863 void API dw_container_insert(HWND handle, void *pointer, int rowcount); 851 void API dw_container_insert(HWND handle, void *pointer, int rowcount);
864 void API dw_container_clear(HWND handle, int redraw); 852 void API dw_container_clear(HWND handle, int redraw);
865 void API dw_container_delete(HWND handle, int rowcount); 853 void API dw_container_delete(HWND handle, int rowcount);
866 void API dw_container_set_view(HWND handle, unsigned long flags, int iconwidth, int iconheight);
867 char * API dw_container_query_start(HWND handle, unsigned long flags); 854 char * API dw_container_query_start(HWND handle, unsigned long flags);
868 char * API dw_container_query_next(HWND handle, unsigned long flags); 855 char * API dw_container_query_next(HWND handle, unsigned long flags);
869 void API dw_container_scroll(HWND handle, int direction, long rows); 856 void API dw_container_scroll(HWND handle, int direction, long rows);
870 void API dw_container_cursor(HWND handle, char *text); 857 void API dw_container_cursor(HWND handle, char *text);
871 void API dw_container_delete_row(HWND handle, char *text); 858 void API dw_container_delete_row(HWND handle, char *text);