wxWidgets/samples/propgrid
2008-10-05 14:23:28 +00:00
..
makefile.bcc added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
makefile.gcc added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
Makefile.in added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
makefile.unx added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
makefile.vc added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
makefile.wat added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
propgrid_minimal.cpp Removed some old testing code. Added more appropriate minimal content. 2008-09-17 15:49:52 +00:00
propgrid_vc7.vcproj added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
propgrid_vc8.vcproj added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
propgrid.bkl added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
propgrid.cpp Use wxPGEditor_X instead of wxPGEditor(X), as in new docs 2008-10-05 14:23:28 +00:00
propgrid.dsp added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
propgrid.h Register multibutton editor class in frame ctor instead of CreateGrid() (this fixes memleak in tests) 2008-09-27 15:29:50 +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 WX_PG_DECLARE_X_METHODS macros 2008-09-19 17:13:51 +00:00
tests.cpp Use wxPGEditor_X instead of wxPGEditor(X), as in new docs 2008-10-05 14:23:28 +00:00