wxWidgets/include/wx/propgrid
Artur Wieczorek 7ce6cff5ab Extend functionality of wxPropertyGridInterface::SetPropertyColoursToDefault method.
SetPropertyTextColour, SetPropertyBackgroundColour methods are able to set colours recursively for sub-properties but SetPropertyColoursToDefault method is not.
For the sake of consistency, SetPropertyColoursToDefault method is extended to have the same capabilities as SetPropertyTextColour and SetPropertyBackgroundColour. Behaviour and signature in default case (no recursion) is preserved.
For internal purposes there were also implemented helper methods in wxPGProperty class: SetDefaultColours, ClearCells.
2015-08-27 19:14:52 +02:00
..
advprops.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
editors.h Fixed minor typos in comments. 2015-06-09 20:04:27 +02:00
manager.h Use wxNullBitmap explicitly instead of wxPG_NULL_BITMAP. 2015-07-17 22:29:37 +02:00
property.h Extend functionality of wxPropertyGridInterface::SetPropertyColoursToDefault method. 2015-08-27 19:14:52 +02:00
propgrid.h Use enum instead of macros to represent wxPropertyGrid::DoSelectProperty flags. 2015-07-16 21:04:25 +02:00
propgriddefs.h Fixed searching the elements in wxArrayPGProperty. 2015-07-20 21:50:30 +02:00
propgridiface.h Extend functionality of wxPropertyGridInterface::SetPropertyColoursToDefault method. 2015-08-27 19:14:52 +02:00
propgridpagestate.h Fixed minor typos in comments. 2015-06-09 20:04:27 +02:00
props.h Fix casting variable in wxFlagsProperty::GetLabel 2015-06-28 19:31:48 +02:00