Add support for negatable command line switches.
Add wxCMD_LINE_SWITCH_NEGATABLE which allows to use a dash after a command line switch to inverse its meaning (i.e. use "/X-" form). Also add new wxCmdLineParser::FoundSwitch() allowing to check for whether the switch was specified in normal or negated form. Closes #11643. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -415,6 +415,7 @@ All:
|
||||
- Added "rest" argument to wxString::Before{First,Last}().
|
||||
- Added wxThread::OnKill() and OnDelete() callbacks.
|
||||
- Added wxFile::GetLastError() and ClearLastError() (ryazanov).
|
||||
- Added negatable command line switches (Armel Asselin).
|
||||
|
||||
Unix:
|
||||
|
||||
|
Reference in New Issue
Block a user