diff 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
line wrap: on
line diff
--- a/gtk3/dw.c	Fri Apr 27 15:49:16 2012 +0000
+++ b/gtk3/dw.c	Fri Apr 27 16:02:32 2012 +0000
@@ -8648,7 +8648,7 @@
 /*
  * Remove windows (widgets) from the box they are packed into.
  * Parameters:
- *       handle: Window handle of the item to be back.
+ *       handle: Window handle of the packed item to be removed.
  * Returns:
  *       DW_ERROR_NONE on success and DW_ERROR_GENERAL on failure.
  */
@@ -8699,7 +8699,7 @@
  *       box: Window handle of the box to be removed from.
  *       index: 0 based index of packed items.
  * Returns:
- *       Handle to the removed item on success, 0 on failure.
+ *       Handle to the removed item on success, 0 on failure or padding.
  */
 HWND API dw_box_remove_at_index(HWND box, int index)
 {