comparison dw.h @ 2068:ade83a05a7d8

Added notification stubs for Windows and OS/2. Windows code is in progress, but having some build system integration issues. So I wanted to commit the stubs at least to ensure things still build in the meantime.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 14 May 2020 23:27:56 +0000
parents 2c2530f8cbef
children b4b49d29b940
comparison
equal deleted inserted replaced
2067:3ccd0da07514 2068:ade83a05a7d8
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 DWDialog * API dw_dialog_new(void *data); 1794 DWDialog * API dw_dialog_new(void *data);
1794 int API dw_dialog_dismiss(DWDialog *dialog, void *result); 1795 int API dw_dialog_dismiss(DWDialog *dialog, void *result);
1795 void * API dw_dialog_wait(DWDialog *dialog); 1796 void * API dw_dialog_wait(DWDialog *dialog);
1796 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);
1797 void * API dw_window_get_data(HWND window, const char *dataname); 1798 void * API dw_window_get_data(HWND window, const char *dataname);