comparison win/dw.c @ 248:0f9a185deeb6

Minor change.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 Feb 2003 08:48:09 +0000
parents c097ffe6cfeb
children 9ea4ac9a097f
comparison
equal deleted inserted replaced
247:c097ffe6cfeb 248:0f9a185deeb6
4509 { 4509 {
4510 _dw_wfid_hwnd = NULL; 4510 _dw_wfid_hwnd = NULL;
4511 EnumChildWindows(handle, _wfid, (LPARAM)id); 4511 EnumChildWindows(handle, _wfid, (LPARAM)id);
4512 return _dw_wfid_hwnd; 4512 return _dw_wfid_hwnd;
4513 } 4513 }
4514
4514 /* 4515 /*
4515 * Pack windows (widgets) into a box from the start (or top). 4516 * Pack windows (widgets) into a box from the start (or top).
4516 * Parameters: 4517 * Parameters:
4517 * box: Window handle of the box to be packed into. 4518 * box: Window handle of the box to be packed into.
4518 * item: Window handle of the item to be back. 4519 * item: Window handle of the item to be back.