wxWidgets/include/wx/propgrid
Artur Wieczorek 892def066c Pass only relevant extra style bits to wxPropertyGrid
When extra style bits are set with the call to
wxPropertyGridManager::SetExtraStyle(), only those which are relevant
to wxPropertyGrid should be passed to the underlying property grid object.
Because it can happen that not all extra style bits of the underlying
wxPropertyGrid have been effectively changed by call to SetExtraStyle()
(e.g. wxPG_EX_NATIVE_DOUBLE_BUFFERING), we have to get the actual style
bits prior to storing them.
2017-10-18 22:58:21 +02:00
..
advprops.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00
editors.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00
manager.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00
property.h Change ~wxPGChoicesData from private to protected 2016-10-21 20:08:20 -07:00
propgrid.h Pass only relevant extra style bits to wxPropertyGrid 2017-10-18 22:58:21 +02:00
propgriddefs.h No real changes, just enclosed macro arguments in parentheses. 2017-09-28 19:21:22 +02:00
propgridiface.h Update wxPropertyGrid documentation 2017-03-27 18:54:16 +02:00
propgridpagestate.h Updated documentation of some wxPropertyGrid-related classes. 2016-07-02 23:20:11 +02:00
props.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00