diff dw.h @ 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 227e13044ce3
children 9de6d1cc8fb8
line wrap: on
line diff
--- a/dw.h	Sun Jul 01 09:56:49 2012 +0000
+++ b/dw.h	Fri Jul 06 10:51:28 2012 +0000
@@ -1464,8 +1464,8 @@
 void API dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
 void API dw_box_pack_end(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
 void API dw_box_pack_at_index(HWND box, HWND item, int index, int width, int height, int hsize, int vsize, int pad);
-HWND API dw_box_remove_at_index(HWND box, int index);
-int API dw_box_remove(HWND handle);
+HWND API dw_box_unpack_at_index(HWND box, int index);
+int API dw_box_unpack(HWND handle);
 #if !defined(__OS2__) && !defined(__WIN32__) && !defined(__EMX__) && !defined(__MAC__)
 int API dw_int_init(DWResources *res, int newthread, int *argc, char **argv[]);
 #define dw_init(a, b, c) dw_int_init(&_resources, a, &b, &c)