wxWidgets/include/wx/propgrid
2008-09-14 16:48:20 +00:00
..
advprops.h
editors.h
manager.h
property.h wxVariant list used to translate between list of property child values and composite value string now maps values by names instead of labels. Naturally this means properties can no longer have empty name (this change allows using identical labels under same parent property. Ported from wxpropgrid SVN trunk) 2008-09-14 13:14:32 +00:00
propgrid.h wxPropertyGrid member m_visPropArray removed, now always recreated from scratch in DoDrawItems() 2008-09-13 20:14:20 +00:00
propgriddefs.h Fixed bug: Setting property value string did not update children of composed parent (ported from wxPG SVN trunk) 2008-09-14 16:20:48 +00:00
propgridiface.h Have support for both char* and wchar_t* in wxPGPropArg. Moved wxPGPropArgCls member function to propgridiface.cpp which is more logical location since class is in propgridiface.h. Added char* test cases. 2008-09-14 16:48:20 +00:00
propgridpagestate.h
props.h