wxWidgets/interface/wx/propgrid
2009-06-10 20:36:56 +00:00
..
editors.h Allow wxPGMultiButton to work even if primary editor control was not created in wxPGEditor::CreateControls(); Clarified related samples and documentation. 2009-03-09 18:32:43 +00:00
manager.h Fixed wxPropertyGridManager::CreatePropertyGrid(), corrected documentation about its use 2009-01-29 16:09:46 +00:00
property.h Implementations of wxPGProperty::ChildChanged() must now return changed value of the whole property instead of writing it back to 'thisValue' argument. This change was done primarily for better compatibility with wxPython bindings, but should also be slightly more cleaner behavior API-wise. Breaks backwards compatibility, but not silently. 2009-06-07 07:52:53 +00:00
propgrid.h Allow reparenting wxPropertyGrid(Manager) to work; Show error and suggest calling wxPropertyGrid::OnTLPChanging() if top-level parent changed indirectly. 2009-06-10 20:36:56 +00:00
propgridiface.h Improved documentation for GetProperty(), GetPropertyByName() 2009-02-17 18:36:35 +00:00
propgridpagestate.h