Added wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropert...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 7 Jan 2009 18:53:09 +0000 (18:53 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 7 Jan 2009 18:53:09 +0000 (18:53 +0000)
commit433969811ec21a6036347f1be157e08f8f4720ec
treec98450c56c22876ec48b904b8510fae362353ab1
parent5f8704a6e3d1af4e5b987f63cc7006fcfa1ae4a9
Added wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropertyGridInterface; default sorting is now case-insensitive

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/propgrid/propgrid.h
include/wx/propgrid/propgriddefs.h
include/wx/propgrid/propgridiface.h
include/wx/propgrid/propgridpagestate.h
interface/wx/propgrid/propgrid.h
interface/wx/propgrid/propgridiface.h
samples/propgrid/tests.cpp
src/propgrid/propgrid.cpp
src/propgrid/propgridiface.cpp
src/propgrid/propgridpagestate.cpp