wxWidgets/samples/propgrid
Artur Wieczorek 2bc4357088 Added unit test of wxPGProperty::SetFlagsAsString/GetFlagsAsString methods in propgrid sample.
This unit test will be executed for fast and full test. For each property there are generated random flags which are set with wxPGProperty::SetFlagsAsString(). Verification whether flags were set properly is done using wxPGProperty::GetFlagsAsString() and wxPGProperty::HasFlag() methods.
2015-06-14 16:56:06 +02:00
..
descrip.mms Include compile support for propgrid & ribbon on OpenVMS 2009-09-22 14:13:55 +00:00
makefile.bcc Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
makefile.gcc Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
Makefile.in Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
makefile.unx Remove wxMGL port. 2012-01-15 14:46:41 +00:00
makefile.vc Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
propgrid_minimal.cpp Use wxID_ANY symbol for controls in propgrid sample. 2015-05-30 20:19:00 +02:00
propgrid_vc7.vcproj Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
propgrid_vc8.vcproj Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
propgrid_vc9.vcproj Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
propgrid.bkl Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
propgrid.cpp Use wxLogDebug instead of wxLogMessage to log column resizing with splitter in propgrid sample. 2015-06-13 22:39:16 +02:00
propgrid.h Exclude header demonstration in propgrid sample when wxUSE_HEADERCTRL == 0. 2015-05-31 19:20:17 +02:00
sampleprops.cpp Fixed minor typos in comments and strings in propgrid sample. 2015-06-13 22:28:28 +02:00
sampleprops.h Implement more detailed validation of wxArrayDoubleProperty in propgrid sample. 2015-02-17 17:36:00 +00:00
tests.cpp Added unit test of wxPGProperty::SetFlagsAsString/GetFlagsAsString methods in propgrid sample. 2015-06-14 16:56:06 +02:00