wxWidgets/include/wx/propgrid
Václav Slavík 8d94819c43 Remove wxUSE_WCHAR_T checks.
wxWidgets requires wchar_t for some time now; wx/chartype.h has a check
to fail complation without it. Simplify code by removing now-dead code
for the !wxUSE_WCHAR_T case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-16 10:43:18 +00:00
..
advprops.h Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions 2010-02-10 16:45:39 +00:00
editors.h Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions 2010-02-10 16:45:39 +00:00
manager.h Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions 2010-02-10 16:45:39 +00:00
property.h Use explicit wxPGPropertyFlags enum type with wxPGProperty::SetFlag() and similar member functions (thus preventing use of incorrect set of flags). Also now document wxPGProperty flags. 2010-03-17 18:17:19 +00:00
propgrid.h For better support of wxValidators, invoke wxValidator::Validate() directly. Also remove obsolete flag wxPG_FL_VALIDATION_FAILED and make wxPropertyGrid::DoEditorValidate() virtual. 2010-03-29 18:17:55 +00:00
propgriddefs.h Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions 2010-02-10 16:45:39 +00:00
propgridiface.h Remove wxUSE_WCHAR_T checks. 2010-04-16 10:43:18 +00:00
propgridpagestate.h Fixed auto-resizing behavior when double-clicking a splitter; Added wxPropertyGrid::ResetColumnSizes(); wxPropertyGrid::GetSplitterPosition() got splitterIndex argument 2010-02-16 16:24:30 +00:00
props.h Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions 2010-02-10 16:45:39 +00:00