wxWidgets/include/wx/propgrid
Artur Wieczorek 7e859ec6c9 Fix drawing custom colours for wxEnumProperty choice items in wxPG.
In order to draw choice items with custom colours there is necessary to merge custom cell object (wxPGCell) associated with individual item with default cell object (in wxPGProperty::GetDisplayInfo).
wxPGProperty::GetDisplayInfo function should return customized cell object instead of returning pointer to the default cell object only.

Closes #16509

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-08-29 21:17:16 +00:00
..
advprops.h
editors.h
manager.h Resolve ambiguity in multiple inheritance of function GetPropertyByLabel in wxPGPage. 2014-07-14 17:18:58 +00:00
property.h Fix drawing custom colours for wxEnumProperty choice items in wxPG. 2014-08-29 21:17:16 +00:00
propgrid.h Use automatically generated ID values for wxPG sub-controls. 2014-07-09 18:56:36 +00:00
propgriddefs.h Use native renderers in wxPG under MSW by default. 2014-07-13 16:38:19 +00:00
propgridiface.h Refresh property grid when property is switched to read-only state. 2014-07-07 22:32:57 +00:00
propgridpagestate.h Resolve ambiguity in multiple inheritance of function GetPropertyByLabel in wxPGPage. 2014-07-14 17:18:58 +00:00
props.h