wxWidgets/include/wx/propgrid
Artur Wieczorek 1a2983d433 Resolve ambiguity in multiple inheritance of function GetPropertyByLabel in wxPGPage.
In wxPropertyGridPage class derived from wxPropertyGridPageState and wxPropertyGridInterface, function GetPropertyByLabel is inherited from both base classes.
To resolve this ambiguity, function defined in wxPGInterface is introduced in wxPGPage through 'using-declaration'.
(This is a temporary fix and finally GetPropertyByLabel function should be removed from wxPropertyGridPageState.)

See #15251.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-07-14 17:18:58 +00:00
..
advprops.h Compilation fixes to wxPropertyGrid after r76558. 2014-05-17 13:41:27 +00:00
editors.h removing extra semicola 2014-03-31 07:08:06 +00:00
manager.h Resolve ambiguity in multiple inheritance of function GetPropertyByLabel in wxPGPage. 2014-07-14 17:18:58 +00:00
property.h Allow viewing read-only long string wxPropertyGrid properties values. 2014-05-31 14:21:23 +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 Allow viewing read-only long string wxPropertyGrid properties values. 2014-05-31 14:21:23 +00:00