diff dww.def @ 22:6a246b3bb14f

Added tree widgets, fixed some delete event processing, fixed a layout bug on OS/2 and Win32. Added another function to compat to deal with MSVC runtime library conflicts.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 02 Aug 2001 09:57:21 +0000
parents 176cee043f1b
children f3bf96c2786d
line wrap: on
line diff
--- a/dww.def	Fri Jul 27 07:12:35 2001 +0000
+++ b/dww.def	Thu Aug 02 09:57:21 2001 +0000
@@ -51,6 +51,7 @@
   dw_window_from_id                      @71
   dw_window_set_border                   @72
   dw_window_minimize                     @73
+  dw_window_pointer                      @74
 
   dw_bitmap_new                          @80
 
@@ -120,6 +121,9 @@
   dw_container_set_view                  @227
   dw_container_query_start               @228
   dw_container_query_next                @229
+  dw_container_delete                    @230
+  dw_container_scroll                    @231
+  dw_container_set_column_width          @232
 
   dw_filesystem_setup                    @240
   dw_filesystem_set_item                 @241
@@ -186,3 +190,6 @@
   dw_signal_disconnect_by_data           @362
   dw_signal_disconnect_by_name           @363
 
+  dw_tree_new                            @370
+  dw_tree_insert                         @371
+