wxWidgets/samples
Lauri Nurmi b8192cb8e1 Allow hiding command line arguments from Usage()
Add wxCMD_LINE_HIDDEN wxCmdLineParser flag allowing to hide options and/or
parameters.

A hidden/unlisted argument is processed as usual, but not shown in the output
given by Usage(). A use case for such could be diagnostics switches that
should exist but are not useful to the end user.

Closes https://github.com/wxWidgets/wxWidgets/pull/390
2017-02-20 17:53:04 +01:00
..
access Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
animate Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
artprov Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
aui Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
calendar Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
caret Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
clipboard Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
collpane Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
combo Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
config Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
console Allow hiding command line arguments from Usage() 2017-02-20 17:53:04 +01:00
dataview Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
debugrpt Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
dialogs Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
dialup Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
display Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
dll Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
dnd Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
docview Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
dragimag Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
drawing Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
erase Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
event Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
except Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
exec Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
flash Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
font Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
fswatcher Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
grid Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
help Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
htlbox Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
html Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
image Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
internat Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
ipc Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
joytest Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
keyboard Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
layout Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
listctrl Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
mdi Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
mediaplayer Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
memcheck Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
menu Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
mfc Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
minimal Add Microsoft Visual Studio 2017 solution file for building wxMSW 2017-01-16 17:02:10 +01:00
nativdlg Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
notebook Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
oleauto Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
opengl Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
ownerdrw Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
popup Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
power Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
preferences Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
printing Add drawing a multi-line text to the printing sample 2017-02-11 21:52:51 +01:00
propgrid Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
regtest Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
render Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
ribbon Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
richtext Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
sashtest Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
scroll Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
secretstore Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
shaped Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
sockets Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
sound Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
splash Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
splitter Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
statbar Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
stc Don't handle deprecated event in stc sample 2017-02-16 18:19:16 +01:00
svg Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
taborder Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
taskbar Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
taskbarbutton Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
text Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
thread Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
toolbar Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
treectrl Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
treelist Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
typetest Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
uiaction Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
validate Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
vscroll Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
webview Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
widgets Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
wizard Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
wrapsizer Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
xrc Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
xti Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
Info.plist Update year in copyright notices to 2017 2017-01-04 11:25:00 +01:00
makefile.bcc Rebake to get rid of whitespace-only changes in generated files 2016-09-08 00:48:06 +02:00
makefile.gcc Rebake to get rid of whitespace-only changes in generated files 2016-09-08 00:48:06 +02:00
Makefile.in
makefile.vc Rebake to get rid of whitespace-only changes in generated files 2016-09-08 00:48:06 +02:00
sample.ico
sample.r
sample.rc Remove obsolete symbols from the samples 2015-12-03 22:11:04 +01:00
sample.xpm
samples.bkl Add wxSecretStore 2016-06-04 18:29:15 +02:00