comparison dw.h @ 2069:b4b49d29b940

Win: Windows 10 requires a GUID for Toast activation, so add that to dw_app_id_set().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 14 May 2020 23:40:34 +0000
parents ade83a05a7d8
children 370baf78abdc
comparison
equal deleted inserted replaced
2068:ade83a05a7d8 2069:b4b49d29b940
1788 int API dw_exec(const char *program, int type, char **params); 1788 int API dw_exec(const char *program, int type, char **params);
1789 int API dw_browse(const char *url); 1789 int API dw_browse(const char *url);
1790 char * API dw_file_browse(const char *title, const char *defpath, const char *ext, int flags); 1790 char * API dw_file_browse(const char *title, const char *defpath, const char *ext, int flags);
1791 char * API dw_user_dir(void); 1791 char * API dw_user_dir(void);
1792 char * API dw_app_dir(void); 1792 char * API dw_app_dir(void);
1793 int API dw_app_id_set(const char *appid); 1793 int API dw_app_id_set(const char *appid, const char *appguid);
1794 DWDialog * API dw_dialog_new(void *data); 1794 DWDialog * API dw_dialog_new(void *data);
1795 int API dw_dialog_dismiss(DWDialog *dialog, void *result); 1795 int API dw_dialog_dismiss(DWDialog *dialog, void *result);
1796 void * API dw_dialog_wait(DWDialog *dialog); 1796 void * API dw_dialog_wait(DWDialog *dialog);
1797 void API dw_window_set_data(HWND window, const char *dataname, void *data); 1797 void API dw_window_set_data(HWND window, const char *dataname, void *data);
1798 void * API dw_window_get_data(HWND window, const char *dataname); 1798 void * API dw_window_get_data(HWND window, const char *dataname);