wxWidgets/include/wx/propgrid
2009-09-05 12:39:12 +00:00
..
advprops.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
editors.h Added missing virtual dtor for wxPGMultiButton 2009-06-12 14:01:25 +00:00
manager.h Added multiple selection feature to wxPropertyGrid (enabled by setting wxPG_EX_MULTIPLE_SELECTION style) 2009-08-17 18:36:00 +00:00
property.h Added label editing capability into wxPropertyGrid 2009-08-23 15:31:03 +00:00
propgrid.h Added 'bool editable' argument to wxPropertyGrid::MakeColumnEditable() 2009-09-01 13:54:41 +00:00
propgriddefs.h wxTextEntry::SetMargins(), GetMargins() - implemented on wxMSW and wxGTK (GTK+ 2.10+); also added similar functions into wxComboCtrl, deprecated old indent-functions; wxPropertyGrid modified to use the new functionality 2009-09-05 12:39:12 +00:00
propgridiface.h Fixed a severe crash bug 2009-09-01 13:13:58 +00:00
propgridpagestate.h Made wxPropertyGridHitTestResult a real class (works better that way with SWIG) 2009-08-23 18:38:13 +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