wxWidgets/samples/propgrid
Dummy b0660cc87c Pass argument of proper type to wxPropertyGridInterface::SetPropertyBackgroundColour
The last argument passed to this function should be an int flag not a Boolean value.
Boolean value 'true' passed here is converted to int 1 so wxPG_RECURSE flag is never set and the background colour is never changed for sub-properties.

Closes #18333.
2019-01-23 20:08:57 +01:00
..
descrip.mms
makefile.bcc
makefile.gcc
Makefile.in Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
makefile.unx
makefile.vc
propgrid_minimal.cpp
propgrid_vc7.vcproj
propgrid_vc8.vcproj
propgrid_vc9.vcproj
propgrid.bkl
propgrid.cpp Pass argument of proper type to wxPropertyGridInterface::SetPropertyBackgroundColour 2019-01-23 20:08:57 +01:00
propgrid.h Add to propgrid sample an option to change virtual width of the grid 2018-12-27 13:16:41 +01:00
sampleprops.cpp wxTextValidator improvements 2019-01-05 23:33:35 +01:00
sampleprops.h
tests.cpp