diff mac/dw.m @ 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 5ffeea4a2a4b
children 2396655d43f1
line wrap: on
line diff
--- a/mac/dw.m	Sun Jul 01 09:56:49 2012 +0000
+++ b/mac/dw.m	Fri Jul 06 10:51:28 2012 +0000
@@ -3913,7 +3913,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;
     DW_LOCAL_POOL_IN;
@@ -3999,7 +3999,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;
     DW_LOCAL_POOL_IN;