wxWidgets/samples/propgrid
Vadim Zeitlin 5cce48186c Link with shlwapi.lib and version.lib under MSW
These libraries are required now that we don't load the functions from them
dynamically (see e78be14ac1)

Closes #17180
2015-10-07 18:56:33 +02:00
..
descrip.mms
makefile.bcc Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
makefile.gcc Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
Makefile.in Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
makefile.unx
makefile.vc Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
propgrid_minimal.cpp Use wxID_ANY symbol for controls in propgrid sample. 2015-05-30 20:19:00 +02:00
propgrid_vc7.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
propgrid_vc8.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
propgrid_vc9.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
propgrid.bkl
propgrid.cpp Fixed turning on/off 'Category Specific Colours' in propgrid sample. 2015-08-27 19:16:29 +02:00
propgrid.h Do not attempt to change colours of properties which are not present on the current page (in propgrid sample). 2015-08-27 19:05:15 +02:00
sampleprops.cpp Fixed minor typos in comments and strings in propgrid sample. 2015-06-13 22:28:28 +02:00
sampleprops.h Implement more detailed validation of wxArrayDoubleProperty in propgrid sample. 2015-02-17 17:36:00 +00:00
tests.cpp Use HasFlag() instead of GetWindowStyleFlag() to check flags in propgrid sample. 2015-06-26 18:40:52 +02:00