wxWidgets/include/wx/propgrid
Vadim Zeitlin 9de49b112f Explicitly cast size_t to int to suppress MSVC warnings.
Implicit size_t-to-int conversions provoke warnings when building 64 bit
version (in which sizeof(size_t) > sizeof(int)) with MSVC, so make them
explicit as the size_t values used here will always fit in int range.

Closes #14113.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-03-19 12:53:21 +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 Explicitly cast size_t to int to suppress MSVC warnings. 2012-03-19 12:53:21 +00:00