wxWidgets/samples/propgrid
2008-09-19 16:57:33 +00:00
..
makefile.bcc
makefile.gcc
Makefile.in
makefile.unx
makefile.vc
makefile.wat
propgrid_minimal.cpp Removed some old testing code. Added more appropriate minimal content. 2008-09-17 15:49:52 +00:00
propgrid_vc7.vcproj
propgrid_vc8.vcproj
propgrid.bkl
propgrid.cpp Moved wxPGChoices m_choices member from various property classes to base wxPGProperty. This allows any property to have choices without subclassing and therefore work with Choice and ComboBox editors. Also removed redundant choice manipulation functions from wxPropertyGridinterface (ie. now use ones in wxPGProperty). 2008-09-19 16:57:33 +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 Moved wxPGChoices m_choices member from various property classes to base wxPGProperty. This allows any property to have choices without subclassing and therefore work with Choice and ComboBox editors. Also removed redundant choice manipulation functions from wxPropertyGridinterface (ie. now use ones in wxPGProperty). 2008-09-19 16:57:33 +00:00