]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/propgrid/property.h
Add a property to configure file property dialog kind.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 Jan 2012 13:59:52 +0000 (13:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 Jan 2012 13:59:52 +0000 (13:59 +0000)
commit2d5409f936104b4a3a1f1f67a36503083414466e
tree90cddd2d851ef95b8ff6635deaff02660210f29e
parent6e43a69f069494d247da869f21e88ff5d48722d8
Add a property to configure file property dialog kind.

Add wxPG_FILE_DIALOG_STYLE allowing to pass wxFileDialog style that should be
used by the given wxFileProperty. This notably allows to have file properties
accepting not yet existing files, as is needed when using them for the file
names to be saved, not opened.

Closes #13894.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/propgrid/property.h
interface/wx/propgrid/property.h
src/propgrid/props.cpp