comparison dww.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
23 23
24 dw_box_new @40 24 dw_box_new @40
25 dw_groupbox_new @41 25 dw_groupbox_new @41
26 dw_box_pack_start @42 26 dw_box_pack_start @42
27 dw_box_pack_end @43 27 dw_box_pack_end @43
28 dw_box_pack_at_index @44
29
28 dw_mdi_new @46 30 dw_mdi_new @46
29 31
30 dw_window_new @50 32 dw_window_new @50
31 dw_window_show @51 33 dw_window_show @51
32 dw_window_hide @52 34 dw_window_hide @52