comparison gtk3/dw.c @ 1679:e19b93a8229b

More comment cleanups.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 27 Apr 2012 16:02:32 +0000
parents 896f377a47c7
children fb6807b0ab0d
comparison
equal deleted inserted replaced
1678:896f377a47c7 1679:e19b93a8229b
8646 } 8646 }
8647 8647
8648 /* 8648 /*
8649 * Remove windows (widgets) from the box they are packed into. 8649 * Remove windows (widgets) from the box they are packed into.
8650 * Parameters: 8650 * Parameters:
8651 * handle: Window handle of the item to be back. 8651 * handle: Window handle of the packed item to be removed.
8652 * Returns: 8652 * Returns:
8653 * DW_ERROR_NONE on success and DW_ERROR_GENERAL on failure. 8653 * DW_ERROR_NONE on success and DW_ERROR_GENERAL on failure.
8654 */ 8654 */
8655 int API dw_box_remove(HWND handle) 8655 int API dw_box_remove(HWND handle)
8656 { 8656 {
8697 * Remove windows (widgets) from a box at an arbitrary location. 8697 * Remove windows (widgets) from a box at an arbitrary location.
8698 * Parameters: 8698 * Parameters:
8699 * box: Window handle of the box to be removed from. 8699 * box: Window handle of the box to be removed from.
8700 * index: 0 based index of packed items. 8700 * index: 0 based index of packed items.
8701 * Returns: 8701 * Returns:
8702 * Handle to the removed item on success, 0 on failure. 8702 * Handle to the removed item on success, 0 on failure or padding.
8703 */ 8703 */
8704 HWND API dw_box_remove_at_index(HWND box, int index) 8704 HWND API dw_box_remove_at_index(HWND box, int index)
8705 { 8705 {
8706 int _locked_by_me = FALSE; 8706 int _locked_by_me = FALSE;
8707 HWND retval = 0; 8707 HWND retval = 0;