comparison gtk/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 324587c06cea
children 24c1dfffe97e
comparison
equal deleted inserted replaced
309:49047a8787cb 310:77105fe19c1f
4715 } 4715 }
4716 DW_MUTEX_UNLOCK; 4716 DW_MUTEX_UNLOCK;
4717 } 4717 }
4718 4718
4719 /* 4719 /*
4720 * Removes all rows from a container.
4721 * Parameters:
4722 * handle: Handle to the window (widget) to be cleared.
4723 */
4724 void dw_container_set_view(HWND handle, unsigned long flags, int iconwidth, int iconheight)
4725 {
4726 }
4727
4728 /*
4729 * Scrolls container up or down. 4720 * Scrolls container up or down.
4730 * Parameters: 4721 * Parameters:
4731 * handle: Handle to the window (widget) to be scrolled. 4722 * handle: Handle to the window (widget) to be scrolled.
4732 * direction: DW_SCROLL_UP, DW_SCROLL_DOWN, DW_SCROLL_TOP or 4723 * direction: DW_SCROLL_UP, DW_SCROLL_DOWN, DW_SCROLL_TOP or
4733 * DW_SCROLL_BOTTOM. (rows is ignored for last two) 4724 * DW_SCROLL_BOTTOM. (rows is ignored for last two)