diff dw.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 d9e87e8bcf1d
line wrap: on
line diff
--- a/dw.def	Fri Jul 27 07:12:35 2001 +0000
+++ b/dw.def	Thu Aug 02 09:57:21 2001 +0000
@@ -54,6 +54,7 @@
   dw_window_from_id                      @71
   dw_window_set_border                   @72
   dw_window_minimize                     @73
+  dw_window_pointer                      @74
 
   dw_bitmap_new                          @80
 
@@ -123,6 +124,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
@@ -189,3 +193,5 @@
   dw_signal_disconnect_by_data           @362
   dw_signal_disconnect_by_name           @363
 
+  dw_tree_new                            @370
+  dw_tree_insert                         @371
\ No newline at end of file