comparison os2/dw.def @ 1381:3ba4853d5b78

Initial attempt at dw_app_dir() for OS/2, Windows and Mac... This function will return the best attempt at determining the application data directory for the current platform. The executable directory on OS/2 or Windows. The application bundle directory on Mac. The "share" folder at the same level as the binary (or /usr/local/share if that can't be determined) plus the binary name on Unix.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Nov 2011 17:36:59 +0000
parents 896347a9be19
children 0512fbb08abf
comparison
equal deleted inserted replaced
1380:cc66b6d4b74e 1381:3ba4853d5b78
22 dw_user_dir @20 22 dw_user_dir @20
23 dw_flush @21 23 dw_flush @21
24 dw_free @22 24 dw_free @22
25 dw_main_sleep @23 25 dw_main_sleep @23
26 dw_main_iteration @24 26 dw_main_iteration @24
27 dw_app_dir @25
27 28
28 dw_box_new @40 29 dw_box_new @40
29 dw_groupbox_new @41 30 dw_groupbox_new @41
30 dw_box_pack_start @42 31 dw_box_pack_start @42
31 dw_box_pack_end @43 32 dw_box_pack_end @43