wxWidgets/interface/wx/propgrid
2008-10-10 15:22:08 +00:00
..
editors.h When registering editor, try wxRTTI class name in additon to result of wxPGEditor::GetName(). Allows creating custom editors without needing to implement GetName(). 2008-10-06 15:48:27 +00:00
manager.h Fix RCS-IDs 2008-10-06 15:14:06 +00:00
property.h Removed dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its functionality with wxPropertyGrid::GetPendingEditedValue(); Added wxPropertyGrid::PerformValidation() flags so it can be called in generic context. 2008-10-08 18:15:10 +00:00
propgrid.h GetPendingEditedValue() -> GetUncommittedPropertyValue() (more consistent API naming. Eg. there is also CommitChangesFromEditor()) 2008-10-10 15:22:08 +00:00
propgridiface.h Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty flags, IIRC was mostly used as poor-man's SetEditableState() and possibly for internal use until very recently) 2008-10-07 17:35:06 +00:00
propgridpagestate.h Fix RCS-IDs 2008-10-06 15:14:06 +00:00