comparison os2/dw.def @ 1861:c836603d3f14

Add dw_shutdown() function which does the same thing as dw_exit() ... except it doesn't actually end the process. Useful for bindings that are expecting to do their own cleanup after the script exits.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 01 Mar 2013 16:51:08 +0000
parents dcd6181223a9
children 6949c73e30fd
comparison
equal deleted inserted replaced
1860:02a23143334c 1861:c836603d3f14
10 dw_main @11 10 dw_main @11
11 dw_exit @12 11 dw_exit @12
12 dw_beep @13 12 dw_beep @13
13 dw_messagebox @14 13 dw_messagebox @14
14 dw_debug @15 14 dw_debug @15
15
16 dw_environment_query @16 15 dw_environment_query @16
17 dw_exec @17 16 dw_exec @17
18 dw_browse @18 17 dw_browse @18
19 dw_file_browse @19 18 dw_file_browse @19
20 dw_user_dir @20 19 dw_user_dir @20
22 dw_free @22 21 dw_free @22
23 dw_main_sleep @23 22 dw_main_sleep @23
24 dw_main_iteration @24 23 dw_main_iteration @24
25 dw_app_dir @25 24 dw_app_dir @25
26 dw_main_quit @26 25 dw_main_quit @26
26 dw_shutdown @27
27 27
28 dw_box_new @40 28 dw_box_new @40
29 dw_groupbox_new @41 29 dw_groupbox_new @41
30 dw_box_pack_start @42 30 dw_box_pack_start @42
31 dw_box_pack_end @43 31 dw_box_pack_end @43