wxWidgets/samples/propgrid
Kevin Ollivier 23513e07f5 Rebake after latest changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 02:04:16 +00:00
..
makefile.bcc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.gcc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
Makefile.in Rebake after latest changes. 2009-04-26 02:04:16 +00:00
makefile.unx update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.vc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.wat update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
propgrid_minimal.cpp Added #include for wx/propgrid/advprops.h 2009-01-10 12:38:52 +00:00
propgrid_vc7.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
propgrid_vc8.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
propgrid_vc9.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
propgrid.bkl add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
propgrid.cpp Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job. 2009-03-12 18:17:55 +00:00
propgrid.dsp add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
propgrid.h always call SetIcon() on the main frame of the sample; some small cleanup 2009-02-08 01:01:00 +00:00
sampleprops.cpp Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job. 2009-03-12 18:17:55 +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 Clear grid selection more consistently prior clear operations; improved Clear() tests (fixes #10497) 2009-02-17 18:01:06 +00:00