wxWidgets/samples/propgrid
Artur Wieczorek 69632371e3 Implement wxNumericProperty as a base class for all wxPG numeric properties
All numeric properties (wxIntProperty, wxUIntProperty, wxFloatProperty) share some features (like specific attributes, numeric validation, SpinCtrl editor support) so for the sake of clear design it would be good to derive them from the common base class (wxNumericProperty) in which all shared functions are implemented. This class is not intended to be instantiated so it's an abstract class.
2019-06-29 11:13:13 +02:00
..
descrip.mms
makefile.bcc
makefile.gcc
Makefile.in Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
makefile.unx
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
propgrid_minimal.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
propgrid_vc7.vcproj
propgrid_vc8.vcproj
propgrid_vc9.vcproj
propgrid.bkl
propgrid.cpp Implement wxNumericProperty as a base class for all wxPG numeric properties 2019-06-29 11:13:13 +02:00
propgrid.h Preserve header and label editing mode while recreating the grid 2019-04-27 22:10:47 +02:00
sampleprops.cpp Use long int literals to represent long constants in propgrid sample 2019-05-26 18:52:43 +02:00
sampleprops.h
tests.cpp Use wxVector<> instead of macro-based wxArray 2019-06-16 19:51:52 +02:00