wxWidgets/include/wx/propgrid
Vadim Zeitlin c34ced947a Add forward declarations to fix wx/propgrid/editors.h compilation.
This header resulted in compilation errors if it was included as the first
propgrid header. Fix this by adding the required forward declarations.

Closes #13989.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-02-15 15:40:22 +00:00
..
advprops.h Added 'HasAlpha' attribute for wxColourProperty. Setting it to true allows user to edit the alpha component. 2011-01-02 10:14:29 +00:00
editors.h Add forward declarations to fix wx/propgrid/editors.h compilation. 2012-02-15 15:40:22 +00:00
manager.h Fixed various typos. 2011-03-22 14:17:38 +00:00
property.h Add a property to configure file property dialog kind. 2012-01-23 13:59:52 +00:00
propgrid.h Removed wxPG_DOUBLE_BUFFER constant. Now all wxPG rendering is done double-buffered, regardless of the platform. Code path with wxPG_DOUBLE_BUFFER = 0 did not render correctly (fixes #13140). In future should probably use wxAutoBufferedPaintDC or something similar, but this will require non-trivial code changes and testing. 2011-04-15 09:23:23 +00:00
propgriddefs.h Never refresh controls from EVT_PAINT handler in wxPropertyGrid. 2012-02-05 01:20:00 +00:00
propgridiface.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
propgridpagestate.h Fixed various typos. 2011-03-22 14:17:38 +00:00
props.h Fixed various typos. 2011-03-22 14:17:38 +00:00