comparison dw.h @ 1384:156e32814c83

Cleanup of the previous commits and added Unix support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Nov 2011 18:31:54 +0000
parents 896347a9be19
children 0512fbb08abf
comparison
equal deleted inserted replaced
1383:ead81c3d9e4e 1384:156e32814c83
1676 void API dw_environment_query(DWEnv *env); 1676 void API dw_environment_query(DWEnv *env);
1677 int API dw_exec(char *program, int type, char **params); 1677 int API dw_exec(char *program, int type, char **params);
1678 int API dw_browse(char *url); 1678 int API dw_browse(char *url);
1679 char * API dw_file_browse(char *title, char *defpath, char *ext, int flags); 1679 char * API dw_file_browse(char *title, char *defpath, char *ext, int flags);
1680 char * API dw_user_dir(void); 1680 char * API dw_user_dir(void);
1681 char * API dw_app_dir(void);
1681 DWDialog * API dw_dialog_new(void *data); 1682 DWDialog * API dw_dialog_new(void *data);
1682 int API dw_dialog_dismiss(DWDialog *dialog, void *result); 1683 int API dw_dialog_dismiss(DWDialog *dialog, void *result);
1683 void * API dw_dialog_wait(DWDialog *dialog); 1684 void * API dw_dialog_wait(DWDialog *dialog);
1684 void API dw_window_set_data(HWND window, char *dataname, void *data); 1685 void API dw_window_set_data(HWND window, char *dataname, void *data);
1685 void * API dw_window_get_data(HWND window, char *dataname); 1686 void * API dw_window_get_data(HWND window, char *dataname);