wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-07-24 23:48:06 +00:00
parent 3d3f3e3749
commit 9f057af5ef
5 changed files with 139 additions and 95 deletions

View File

@@ -30,7 +30,8 @@ enum
wxFD_OVERWRITE_PROMPT = 0x0004,
wxFD_FILE_MUST_EXIST = 0x0010,
wxFD_MULTIPLE = 0x0020,
wxFD_CHANGE_DIR = 0x0040
wxFD_CHANGE_DIR = 0x0040,
wxFD_PREVIEW = 0x0080
};
#if WXWIN_COMPATIBILITY_2_6