comparison 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
comparison
equal deleted inserted replaced
21:c6e76b796b28 22:6a246b3bb14f
52 dw_window_reparent @69 52 dw_window_reparent @69
53 dw_window_function @70 53 dw_window_function @70
54 dw_window_from_id @71 54 dw_window_from_id @71
55 dw_window_set_border @72 55 dw_window_set_border @72
56 dw_window_minimize @73 56 dw_window_minimize @73
57 dw_window_pointer @74
57 58
58 dw_bitmap_new @80 59 dw_bitmap_new @80
59 60
60 dw_button_new @90 61 dw_button_new @90
61 dw_bitmapbutton_new @91 62 dw_bitmapbutton_new @91
121 dw_container_insert @225 122 dw_container_insert @225
122 dw_container_clear @226 123 dw_container_clear @226
123 dw_container_set_view @227 124 dw_container_set_view @227
124 dw_container_query_start @228 125 dw_container_query_start @228
125 dw_container_query_next @229 126 dw_container_query_next @229
127 dw_container_delete @230
128 dw_container_scroll @231
129 dw_container_set_column_width @232
126 130
127 dw_filesystem_setup @240 131 dw_filesystem_setup @240
128 dw_filesystem_set_item @241 132 dw_filesystem_set_item @241
129 dw_filesystem_set_file @242 133 dw_filesystem_set_file @242
130 134
187 dw_signal_connect @360 191 dw_signal_connect @360
188 dw_signal_disconnect_by_window @361 192 dw_signal_disconnect_by_window @361
189 dw_signal_disconnect_by_data @362 193 dw_signal_disconnect_by_data @362
190 dw_signal_disconnect_by_name @363 194 dw_signal_disconnect_by_name @363
191 195
196 dw_tree_new @370
197 dw_tree_insert @371