wxWidgets/include/wx/propgrid
2009-07-20 15:06:04 +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 Added wxPropertyGrid::WasValueChangedInEvent(), added code to avoid showing colour picker dialog twice when 'Custom' colour was picked from drop-down list 2009-07-11 07:59:59 +00:00
propgriddefs.h Added support for wxLongLong and wxULongLong in wxVariant (closes #10166) 2009-06-15 22:43:27 +00:00
propgridiface.h Fixed wxPropertyGridInterface::SetPropertyValues() documentation 2009-07-20 15:06:04 +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