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
editors.h
manager.h Added wxPropertyGridManager::SetPageSplitterLeft 2012-03-18 20:35:01 +00:00
property.h
propgrid.h
propgriddefs.h
propgridiface.h
propgridpagestate.h
props.h Explicitly cast size_t to int to suppress MSVC warnings. 2012-03-19 12:53:21 +00:00