wxWidgets/include/wx/propgrid
2008-11-02 22:16:14 +00:00
..
advprops.h Removed dummy wxFont == operator implementation (IIRC was needed to compile with some old version of wx) 2008-10-27 16:26:46 +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 declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
property.h Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours. 2008-10-31 18:53:37 +00:00
propgrid.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
propgriddefs.h User should no longer be able to modify disabled or read only child properties by editing their parent (wxPG sf bug #2181860) 2008-10-20 17:01:17 +00:00
propgridiface.h Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours. 2008-10-31 18:53:37 +00:00
propgridpagestate.h Added similar assignment operator as well 2008-10-27 16:50:45 +00:00
props.h Merged wxBaseEnumPropertyClass (intermediate property class with obsolete purpose) to wxEnumPropertyClass 2008-10-22 15:23:07 +00:00