wxWidgets/samples/propgrid
Kevin Ollivier 2fd716136a Rebake after last change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-15 16:14:56 +00:00
..
makefile.bcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.gcc link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
Makefile.in Rebake after last change. 2009-03-15 16:14:56 +00:00
makefile.unx rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.vc link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
makefile.wat link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
propgrid_minimal.cpp Added #include for wx/propgrid/advprops.h 2009-01-10 12:38:52 +00:00
propgrid_vc7.vcproj add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
propgrid_vc8.vcproj add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
propgrid_vc9.vcproj add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +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