wxwidgets/samples/xrc
Vadim Zeitlin 4f4c5fcfdf Use nullptr instead of NULL in the code and documentation
This is a combination of running clang-tidy with modernize-use-nullptr
check for some ports (GTK, X11, OSX) and manual changes to the ports for
which it couldn't be used easily (MSW, DFB) and also manually updating
the docs.

Also replace NULL with null or nullptr in the comments as this is more
consistent with the use of nullptr in the code and makes it simpler to
grep for the remaining occurrences of NULL itself.

And also use null in the assert messages.

Only a few occurrences of "NULL" are still left in non-C files, mostly
corresponding to unclear comments or string output which it might not be
safe to change.
2022-10-18 01:25:25 +02:00
..
rc Add "pressed" and "current" wxBitmapButton XRC properties 2022-02-20 18:06:09 +01:00
custclas.cpp Fix typos in sample comments 2021-09-07 19:23:31 +02:00
custclas.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
derivdlg.cpp Fix typos in sample comments 2021-09-07 19:23:31 +02:00
derivdlg.h Fix extra semicolon warnings 2018-11-25 21:29:37 +01:00
descrip.mms remove executable property from non-executable files, closes #15504 2013-09-16 15:47:27 +00:00
makefile.gcc Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
Makefile.in Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
makefile.unx Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
makefile.vc Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
myframe.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
myframe.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
objrefdlg.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
objrefdlg.h Get rid of an unused member field in the XRC sample 2016-02-05 22:43:23 +01:00
xrcdemo.bkl Update xrcdemo.bkl 2022-04-04 20:41:23 +00:00
xrcdemo.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xrcdemo.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00