diff dw.def @ 117:d785ee5adf02

Initial rewrite of the splitbar code on OS/2. Actually moving of the splitbar disabled, but will be reenabled as soon as APIs are defined on all platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 19 Oct 2002 02:06:33 +0000
parents eeb98f881663
children a07dd2e819f3
line wrap: on
line diff
--- a/dw.def	Sat Oct 19 00:13:23 2002 +0000
+++ b/dw.def	Sat Oct 19 02:06:33 2002 +0000
@@ -27,8 +27,6 @@
   dw_groupbox_new                        @41
   dw_box_pack_start                      @42
   dw_box_pack_end                        @43
-  dw_box_pack_splitbar_start             @44
-  dw_box_pack_splitbar_end               @45
   dw_mdi_new                             @46
 
   dw_window_new                          @50
@@ -220,3 +218,7 @@
 
   dw_window_set_data                     @400
   dw_window_get_data                     @401
+
+  dw_splitbar_new                        @410
+  dw_splitbar_set                        @411
+  dw_splitbar_get                        @412