]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/property.h
Fix wrong type of wild card parameter in wxFileCtrl documentation.
[wxWidgets.git] / interface / wx / propgrid / property.h
index 3c329f313464906b9661d27ea1691264d13fb1f8..7ce40e5f90563767534f00af4adef1fb7e3c67c4 100644 (file)
 */
 #define wxPG_FILE_DIALOG_TITLE              wxS("DialogTitle")
 
+/** Specific to wxFileProperty and derivatives, long, default is 0.
+    Sets a specific wxFileDialog style for the file dialog, e.g. ::wxFD_SAVE.
+
+    @since 2.9.4
+*/
+#define wxPG_FILE_DIALOG_STYLE              wxS("DialogStyle")
+
 /** Specific to wxDirProperty, wxString, default is empty.
     Sets a specific message for the dir dialog.
 */