wxwidgets/samples/propgrid
Artur Wieczorek cf661f9293 Specify what is the limit set by wxPGProperty::SetMaxLength()
It needs to be stated clearly that the limit applies only to the text
the user can enter in the editor associated with property.
This constraint does not apply to the length of text represenations
of values set programmatically.
Corresponding test were added.
2022-12-22 20:53:44 +01:00
..
descrip.mms Include compile support for propgrid & ribbon on OpenVMS 2009-09-22 14:13:55 +00:00
makefile.gcc Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
Makefile.in Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
makefile.unx Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
makefile.vc Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
propgrid.bkl Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
propgrid.cpp Merge branch 'msw-composited-parent' 2022-12-04 01:04:27 +01:00
propgrid.h Use default ctor's and dtor's instead of those with empty bodies 2022-12-03 17:15:28 +01:00
propgrid_minimal.cpp Use wxID_HIGHEST instead of wxID_HIGHEST+1 in samples 2022-10-28 01:43:46 +02:00
sampleprops.cpp Implement new wxPGProperty::HasAnyChild() method 2022-12-03 17:15:28 +01:00
sampleprops.h Use default ctor's and dtor's instead of those with empty bodies 2022-12-03 17:15:28 +01:00
tests.cpp Specify what is the limit set by wxPGProperty::SetMaxLength() 2022-12-22 20:53:44 +01:00