comparison win/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 eae36372d64d
comparison
equal deleted inserted replaced
1860:02a23143334c 1861:c836603d3f14
9 dw_main @11 9 dw_main @11
10 dw_exit @12 10 dw_exit @12
11 dw_beep @13 11 dw_beep @13
12 dw_messagebox @14 12 dw_messagebox @14
13 dw_debug @15 13 dw_debug @15
14
15 dw_environment_query @16 14 dw_environment_query @16
16 dw_exec @17 15 dw_exec @17
17 dw_browse @18 16 dw_browse @18
18 dw_file_browse @19 17 dw_file_browse @19
19 dw_user_dir @20 18 dw_user_dir @20
21 dw_free @22 20 dw_free @22
22 dw_main_sleep @23 21 dw_main_sleep @23
23 dw_main_iteration @24 22 dw_main_iteration @24
24 dw_app_dir @25 23 dw_app_dir @25
25 dw_main_quit @26 24 dw_main_quit @26
25 dw_shutdown @27
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