comparison mac/dw.m @ 1679:e19b93a8229b

More comment cleanups.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 27 Apr 2012 16:02:32 +0000
parents 896f377a47c7
children 873304f581be
comparison
equal deleted inserted replaced
1678:896f377a47c7 1679:e19b93a8229b
3902 } 3902 }
3903 3903
3904 /* 3904 /*
3905 * Remove windows (widgets) from the box they are packed into. 3905 * Remove windows (widgets) from the box they are packed into.
3906 * Parameters: 3906 * Parameters:
3907 * handle: Window handle of the item to be back. 3907 * handle: Window handle of the packed item to be removed.
3908 * Returns: 3908 * Returns:
3909 * DW_ERROR_NONE on success and DW_ERROR_GENERAL on failure. 3909 * DW_ERROR_NONE on success and DW_ERROR_GENERAL on failure.
3910 */ 3910 */
3911 int API dw_box_remove(HWND handle) 3911 int API dw_box_remove(HWND handle)
3912 { 3912 {
3980 * Remove windows (widgets) from a box at an arbitrary location. 3980 * Remove windows (widgets) from a box at an arbitrary location.
3981 * Parameters: 3981 * Parameters:
3982 * box: Window handle of the box to be removed from. 3982 * box: Window handle of the box to be removed from.
3983 * index: 0 based index of packed items. 3983 * index: 0 based index of packed items.
3984 * Returns: 3984 * Returns:
3985 * Handle to the removed item on success, 0 on failure. 3985 * Handle to the removed item on success, 0 on failure or padding.
3986 */ 3986 */
3987 HWND API dw_box_remove_at_index(HWND box, int index) 3987 HWND API dw_box_remove_at_index(HWND box, int index)
3988 { 3988 {
3989 int _locked_by_me = FALSE; 3989 int _locked_by_me = FALSE;
3990 DW_LOCAL_POOL_IN; 3990 DW_LOCAL_POOL_IN;