wxWidgets/interface/wx/propgrid
2009-01-18 21:46:46 +00:00
..
editors.h
manager.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
property.h Better support for unspecified property value in wxDateProperty and DatePickerCtrl editor, especially when wxDP_ALLOWNONE is used 2009-01-12 17:05:37 +00:00
propgrid.h Added wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropertyGridInterface; default sorting is now case-insensitive 2009-01-07 18:53:09 +00:00
propgridiface.h Reverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate children of categories are (automatically) sorted; Added Sort flags; Applied slight optimization when sorting on propgridmanager page change 2009-01-10 15:16:03 +00:00
propgridpagestate.h