comparison dw.def @ 1077:34f1d6f5f1c3

Added function dw_box_pack_at_index() on Windows, Mac and OS/2. And an example usage in dwtest. Only tested on Windows... will be testing on OS/2 and Mac shortly... then implementing the GTK versions of the function after that.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 28 Jun 2011 04:41:43 +0000
parents 3d117071a50b
children e24e5a13ff2c
comparison
equal deleted inserted replaced
1076:dbaf1b11c301 1077:34f1d6f5f1c3
26 26
27 dw_box_new @40 27 dw_box_new @40
28 dw_groupbox_new @41 28 dw_groupbox_new @41
29 dw_box_pack_start @42 29 dw_box_pack_start @42
30 dw_box_pack_end @43 30 dw_box_pack_end @43
31 dw_box_pack_at_index @44
32
31 dw_mdi_new @46 33 dw_mdi_new @46
32 34
33 dw_window_new @50 35 dw_window_new @50
34 dw_window_show @51 36 dw_window_show @51
35 dw_window_hide @52 37 dw_window_hide @52