wxWidgets/include/wx/propgrid
2008-10-15 16:07:26 +00:00
..
advprops.h Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty) 2008-10-07 17:28:05 +00:00
editors.h Eliminate (or at least reduce) 64-bit build warnings (as described in wxPG sourceforge bug report #2156069) 2008-10-12 12:23:48 +00:00
manager.h Re-added GetSelectProperty() to wxPropertyGridManager 2008-10-12 11:29:41 +00:00
property.h wxPGProperty::AddChild() can now be used to add normal child properties (previously it was only used to add private children of derived property classes such as wxFontProperty and wxFlagsProperty). However, to allow backwards compatibility, SetParentalStyle(wxPG_PROP_MISC_PARENT) needs to be called before doing so. Also done: merged property initialization code from PrepareToAddItem() and PrepareSubProperties() to InitAfterAdded(). 2008-10-14 17:15:59 +00:00
propgrid.h Remove old workarounds to get cut, copy, and paste working in embedded wxTextCtrl 2008-10-15 16:07:26 +00:00
propgriddefs.h Correct positioning of wxTextCtrl in wxPropertyGrid for wxMac 2008-10-14 12:32:01 +00:00
propgridiface.h Removed wxPropertyGridInterface::SetPropertyAttributes() 2008-10-08 17:02:02 +00:00
propgridpagestate.h wxPGProperty::AddChild() can now be used to add normal child properties (previously it was only used to add private children of derived property classes such as wxFontProperty and wxFlagsProperty). However, to allow backwards compatibility, SetParentalStyle(wxPG_PROP_MISC_PARENT) needs to be called before doing so. Also done: merged property initialization code from PrepareToAddItem() and PrepareSubProperties() to InitAfterAdded(). 2008-10-14 17:15:59 +00:00
props.h Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty) 2008-10-07 17:28:05 +00:00