wxWidgets/samples/propgrid
2008-09-17 15:00:00 +00:00
..
makefile.bcc
makefile.gcc
Makefile.in
makefile.unx
makefile.vc
makefile.wat
propgrid_minimal.cpp
propgrid_vc7.vcproj
propgrid_vc8.vcproj
propgrid.bkl
propgrid.cpp wxUSE_PROPGRID is now recognized by source and header files 2008-09-17 15:00:00 +00:00
propgrid.dsp
propgrid.h Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariantData (default default value for new types is now Null variant). Re-created variantdata creator macros based on those found in variant.h. Using DECLARE/IMPLEMENT_VARIANT_OBJECT whenever possible. 2008-09-16 15:55:53 +00:00
sampleprops.cpp Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariantData (default default value for new types is now Null variant). Re-created variantdata creator macros based on those found in variant.h. Using DECLARE/IMPLEMENT_VARIANT_OBJECT whenever possible. 2008-09-16 15:55:53 +00:00
sampleprops.h Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariantData (default default value for new types is now Null variant). Re-created variantdata creator macros based on those found in variant.h. Using DECLARE/IMPLEMENT_VARIANT_OBJECT whenever possible. 2008-09-16 15:55:53 +00:00
tests.cpp Have support for both char* and wchar_t* in wxPGPropArg. Moved wxPGPropArgCls member function to propgridiface.cpp which is more logical location since class is in propgridiface.h. Added char* test cases. 2008-09-14 16:48:20 +00:00