diff os2/dw.def @ 1667:9dbd2984c1e5

Initial implementation of dw_box_remove() and dw_box_remove_at_index() for OS/2, Windows and template. Mac and GTK2/3 versions coming soon.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 26 Apr 2012 20:33:39 +0000
parents 5facb5380944
children 6e26c9ead2fe
line wrap: on
line diff
--- a/os2/dw.def	Tue Apr 24 16:30:11 2012 +0000
+++ b/os2/dw.def	Thu Apr 26 20:33:39 2012 +0000
@@ -35,6 +35,9 @@
   
   dw_mdi_new                             @46
 
+  dw_box_remove                          @47
+  dw_box_remove_at_index                 @48
+
   dw_window_new                          @50
   dw_window_show                         @51
   dw_window_hide                         @52