wxWidgets/include/wx/propgrid
2008-10-20 17:01:17 +00:00
..
advprops.h Fixed broken wxMultiChoiceProperty::ValueToString() 2008-10-16 17:36:07 +00:00
editors.h Eliminate (or at least reduce) 64-bit build warnings (as described in wxPG sourceforge bug report #2156069) 2008-10-12 12:23:48 +00:00
manager.h Re-added GetSelectProperty() to wxPropertyGridManager 2008-10-12 11:29:41 +00:00
property.h User should no longer be able to modify disabled or read only child properties by editing their parent (wxPG sf bug #2181860) 2008-10-20 17:01:17 +00:00
propgrid.h Changed argument of wxPropertyGrid::OnCustomEditorEvent() from wxCommandEvent to wxEvent 2008-10-19 11:48:49 +00:00
propgriddefs.h User should no longer be able to modify disabled or read only child properties by editing their parent (wxPG sf bug #2181860) 2008-10-20 17:01:17 +00:00
propgridiface.h Removed wxPropertyGridInterface::SetPropertyAttributes() 2008-10-08 17:02:02 +00:00
propgridpagestate.h wxPGProperty::AddChild() can now be used to add normal child properties (previously it was only used to add private children of derived property classes such as wxFontProperty and wxFlagsProperty). However, to allow backwards compatibility, SetParentalStyle(wxPG_PROP_MISC_PARENT) needs to be called before doing so. Also done: merged property initialization code from PrepareToAddItem() and PrepareSubProperties() to InitAfterAdded(). 2008-10-14 17:15:59 +00:00
props.h Added virtual wxPGProperty::ValueToString(). In derived property classes, now it must be implemented instead of GetValueAsString (assertion failure is raised at run-time if you fail to do so). This change is needed to properly support wxEVT_PG_CHANGING for nested composite string properties. wxPGProperty::GenerateComposedValue() partially updated to support this. 2008-10-16 17:19:50 +00:00