]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dialog.h
Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers.
[wxWidgets.git] / interface / wx / dialog.h
index 612892803293031d52c2a5c5ce1b4c3da7c71c95..47dd167eddf93e36cd51c85242924c073437aab0 100644 (file)
@@ -16,6 +16,8 @@ enum wxDialogLayoutAdaptationMode
     wxDIALOG_ADAPTATION_MODE_DISABLED = 2   ///< Disable this dialog overriding global status.
 };
 
+#define wxDEFAULT_DIALOG_STYLE  (wxCAPTION | wxSYSTEM_MENU | wxCLOSE_BOX)
+
 /**
     @class wxDialog