diff win/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 535e8c19a13d
line wrap: on
line diff
--- a/win/dw.def	Tue Apr 24 16:30:11 2012 +0000
+++ b/win/dw.def	Thu Apr 26 20:33:39 2012 +0000
@@ -31,6 +31,9 @@
   dw_box_pack_at_index                   @44
   
   dw_mdi_new                             @46
+  
+  dw_box_remove                          @47
+  dw_box_remove_at_index                 @48
 
   dw_window_new                          @50
   dw_window_show                         @51