wxWidgets/include/wx/propgrid
2009-06-22 17:02:53 +00:00
..
advprops.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
editors.h Added missing virtual dtor for wxPGMultiButton 2009-06-12 14:01:25 +00:00
manager.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
property.h wxPGCellRenderer ctor doesn't really need refCount argument 2009-06-12 19:03:41 +00:00
propgrid.h Significantly improved wxPropertyGrid's top-level parent change detection code (fixes #10919) 2009-06-22 17:02:53 +00:00
propgriddefs.h Added support for wxLongLong and wxULongLong in wxVariant (closes #10166) 2009-06-15 22:43:27 +00:00
propgridiface.h Added support for wxLongLong and wxULongLong in wxVariant (closes #10166) 2009-06-15 22:43:27 +00:00
propgridpagestate.h reuse wxObjectRefData for various ref-counted classes (closes #10886) 2009-06-12 17:14:28 +00:00
props.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