wxWidgets/include/wx/propgrid
2008-09-19 17:39:09 +00:00
..
advprops.h Eliminated WX_PG_DECLARE_X_METHODS macros 2008-09-19 17:13:51 +00:00
editors.h wxUSE_PROPGRID is now recognized by source and header files 2008-09-17 15:00:00 +00:00
manager.h wxUSE_PROPGRID is now recognized by source and header files 2008-09-17 15:00:00 +00:00
property.h Moved wxPGChoices m_choices member from various property classes to base wxPGProperty. This allows any property to have choices without subclassing and therefore work with Choice and ComboBox editors. Also removed redundant choice manipulation functions from wxPropertyGridinterface (ie. now use ones in wxPGProperty). 2008-09-19 16:57:33 +00:00
propgrid.h Added separate SetFocusOnCanvas() function so that m_editorFocused will be more reliable updated 2008-09-17 17:34:22 +00:00
propgriddefs.h wxUSE_PROPGRID is now recognized by source and header files 2008-09-17 15:00:00 +00:00
propgridiface.h Moved wxPGChoices m_choices member from various property classes to base wxPGProperty. This allows any property to have choices without subclassing and therefore work with Choice and ComboBox editors. Also removed redundant choice manipulation functions from wxPropertyGridinterface (ie. now use ones in wxPGProperty). 2008-09-19 16:57:33 +00:00
propgridpagestate.h wxUSE_PROPGRID is now recognized by source and header files 2008-09-17 15:00:00 +00:00
props.h Removed macros to create enum and flag props with custom, static choice sets. Now use wxPGProperty::SetChoices() instead. 2008-09-19 17:39:09 +00:00