wxwidgets/interface/wx/propgrid
Vadim Zeitlin a6cc89777b Allow passing -1 to wxPGProperty::SetChoiceSelection() again
This used to be possible in 3.0 but was disallowed back in 29bf859fae
(Check if new index is in range before selecting new value in
wxPGProperty::SetChoiceSelection., 2014-11-29). However there doesn't
seem to be any real harm in still allowing to do this, so handle -1 as a
special case here.

Closes #24279.

Closes #24281.
2024-02-09 17:21:52 +01:00
..
advprops.h Use enum class to implement wxPGPropValFormatFlags as bitmask 2024-01-06 22:42:38 +01:00
editors.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
manager.h Some minor spelling fixes in wxPropertyGrid documentation 2024-01-30 01:55:14 +01:00
property.h Allow passing -1 to wxPGProperty::SetChoiceSelection() again 2024-02-09 17:21:52 +01:00
propgrid.h Support inherited attributes in wxPropertyGrid XRC handler 2024-02-03 21:46:15 +01:00
propgriddefs.h Use enum class to implement wxPGPropValFormatFlags as bitmask 2024-01-06 22:42:38 +01:00
propgridiface.h Some minor spelling fixes in wxPropertyGrid documentation 2024-01-30 01:55:14 +01:00
propgridpagestate.h Make wxPGPropertyFlags a bitmask 2023-12-25 15:09:50 +01:00
props.h Fix typing error in interface def. 2024-01-10 17:56:08 +01:00