comparison dw.h @ 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 ab549e2f34b9
children dd04a4d781f8
comparison
equal deleted inserted replaced
448:e81af9e60697 449:787cc1e27897
795 #define DW_BUTTON3_MASK (1 << 2) 795 #define DW_BUTTON3_MASK (1 << 2)
796 796
797 #define DW_EXEC_CON 0 797 #define DW_EXEC_CON 0
798 #define DW_EXEC_GUI 1 798 #define DW_EXEC_GUI 1
799 799
800 #define DW_FILE_OPEN 0 800 #define DW_FILE_OPEN 0
801 #define DW_FILE_SAVE 1 801 #define DW_FILE_SAVE 1
802 #define DW_DIRECTORY_OPEN 2
802 803
803 #define DW_HORZ 0 804 #define DW_HORZ 0
804 #define DW_VERT 1 805 #define DW_VERT 1
805 806
806 /* Obsolete, should disappear sometime */ 807 /* Obsolete, should disappear sometime */