diff gtk3/dw.c @ 1769:d81bebc5c8cc

Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency. This commit should change all exports and references appropriately.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 06 Jul 2012 10:51:28 +0000
parents f297d8a63aed
children c5ea64e8b436
line wrap: on
line diff
--- a/gtk3/dw.c	Sun Jul 01 09:56:49 2012 +0000
+++ b/gtk3/dw.c	Fri Jul 06 10:51:28 2012 +0000
@@ -8687,7 +8687,7 @@
  * Returns:
  *       DW_ERROR_NONE on success and DW_ERROR_GENERAL on failure.
  */
-int API dw_box_remove(HWND handle)
+int API dw_box_unpack(HWND handle)
 {
    int _locked_by_me = FALSE, retcode = DW_ERROR_GENERAL;
    
@@ -8736,7 +8736,7 @@
  * Returns:
  *       Handle to the removed item on success, 0 on failure or padding.
  */
-HWND API dw_box_remove_at_index(HWND box, int index)
+HWND API dw_box_unpack_at_index(HWND box, int index)
 {
    int _locked_by_me = FALSE;
    HWND retval = 0;