wxWidgets/include/wx/propgrid
2012-03-18 20:35:01 +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 Added wxPropertyGridManager::SetPageSplitterLeft 2012-03-18 20:35:01 +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