wxWidgets/samples/propgrid
2008-10-31 18:53:37 +00:00
..
makefile.bcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.gcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
Makefile.in rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.unx rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.vc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.wat rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
propgrid_minimal.cpp Fix RCS-IDs 2008-10-05 18:03:43 +00:00
propgrid_vc7.sln rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
propgrid_vc7.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
propgrid_vc8.sln rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
propgrid_vc8.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
propgrid_vc9.sln add VC9 project files (closes #9960) 2008-10-08 16:42:00 +00:00
propgrid_vc9.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
propgrid.bkl added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
propgrid.cpp Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours. 2008-10-31 18:53:37 +00:00
propgrid.dsp added wxPropertyGrid from Jaakko Salli (#9934) 2008-09-12 20:57:41 +00:00
propgrid.dsw rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
propgrid.h Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours. 2008-10-31 18:53:37 +00:00
sampleprops.cpp Added virtual wxPGProperty::ValueToString(). In derived property classes, now it must be implemented instead of GetValueAsString (assertion failure is raised at run-time if you fail to do so). This change is needed to properly support wxEVT_PG_CHANGING for nested composite string properties. wxPGProperty::GenerateComposedValue() partially updated to support this. 2008-10-16 17:19:50 +00:00
sampleprops.h Added virtual wxPGProperty::ValueToString(). In derived property classes, now it must be implemented instead of GetValueAsString (assertion failure is raised at run-time if you fail to do so). This change is needed to properly support wxEVT_PG_CHANGING for nested composite string properties. wxPGProperty::GenerateComposedValue() partially updated to support this. 2008-10-16 17:19:50 +00:00
tests.cpp Removed unused data 2008-10-18 15:23:42 +00:00