wxWidgets/samples/propgrid
Jaakko Salli c324ed9459 Add maximum width for sample's frame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-16 17:31:46 +00:00
..
makefile.bcc rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
makefile.gcc rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
Makefile.in rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
makefile.unx rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
makefile.vc rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
makefile.wat rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
propgrid_minimal.cpp Fix RCS-IDs 2008-10-05 18:03:43 +00:00
propgrid_vc7.vcproj rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
propgrid_vc8.vcproj rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
propgrid_vc9.sln add VC9 project files (closes #9960) 2008-10-08 16:42:00 +00:00
propgrid_vc9.vcproj add VC9 project files (closes #9960) 2008-10-08 16:42:00 +00:00
propgrid.bkl
propgrid.cpp Add maximum width for sample's frame 2008-10-16 17:31:46 +00:00
propgrid.dsp
propgrid.h Add maximum width for sample's frame 2008-10-16 17:31:46 +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 Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty) 2008-10-07 17:28:05 +00:00