wxWidgets/include/wx/persist
Vadim Zeitlin 6a2a4ef38b Use "int" instead of "long" for TLW geometry storage
For some reason, "long" was used for window coordinates even though they're
really "int", and implicitly converting from the former to the latter resulted
in warnings in user code including this header with e.g. Apple clang.

Just use int to avoid conversions.
2016-05-15 20:23:01 +02:00
..
bookctrl.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
splitter.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
toplevel.h Use "int" instead of "long" for TLW geometry storage 2016-05-15 20:23:01 +02:00
treebook.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
window.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00