diff gtk/dw.c @ 449:787cc1e27897

Add support for directory browsing under Win32. DW_DIRECTORY_OPEN can be passed as a flag to dw_file_open() and under Windows a folder select dialog is displayed. No change for GTK; don't know about OS/2 or MAC.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 17 Jun 2003 01:45:58 +0000
parents 5a0779561d0f
children f9ba403b15ad
line wrap: on
line diff
--- a/gtk/dw.c	Mon Jun 09 08:14:59 2003 +0000
+++ b/gtk/dw.c	Tue Jun 17 01:45:58 2003 +0000
@@ -7592,7 +7592,7 @@
  *       title: Title bar text for dialog.
  *       defpath: The default path of the open dialog.
  *       ext: Default file extention.
- *       flags: DW_FILE_OPEN or DW_FILE_SAVE.
+ *       flags: DW_FILE_OPEN or DW_FILE_SAVE or DW_DIRECTORY_OPEN
  * Returns:
  *       NULL on error. A malloced buffer containing
  *       the file path on success.