comparison win/dw.c @ 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 49047a8787cb
children 24c1dfffe97e
comparison
equal deleted inserted replaced
309:49047a8787cb 310:77105fe19c1f
6369 break; 6369 break;
6370 } 6370 }
6371 } 6371 }
6372 6372
6373 /* 6373 /*
6374 * Removes all rows from a container.
6375 * Parameters:
6376 * handle: Handle to the window (widget) to be cleared.
6377 */
6378 void API dw_container_set_view(HWND handle, unsigned long flags, int iconwidth, int iconheight)
6379 {
6380 }
6381
6382 /*
6383 * Starts a new query of a container. 6374 * Starts a new query of a container.
6384 * Parameters: 6375 * Parameters:
6385 * handle: Handle to the window (widget) to be queried. 6376 * handle: Handle to the window (widget) to be queried.
6386 * flags: If this parameter is DW_CRA_SELECTED it will only 6377 * flags: If this parameter is DW_CRA_SELECTED it will only
6387 * return items that are currently selected. Otherwise 6378 * return items that are currently selected. Otherwise