wxWidgets/samples/propgrid
2008-12-11 17:11:35 +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
propgrid.cpp SpinCtrl editor's 'value change by mouse motion' feature is made optional, enabled via 'MotionSpin' attribute. Also, for now only enabled on MSW (mouse capture etc. inconsistent on native wxGTK spinbutton?). 2008-12-11 16:14:55 +00:00
propgrid.dsp
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 Added wxPropertyGridInterface::RemoveProperty() 2008-12-11 17:11:35 +00:00