This commit is contained in:
Jinhao 2016-06-13 06:42:25 +08:00
parent be59604a08
commit cfcb776350

View File

@ -846,8 +846,8 @@ the nana::detail::basic_window member pointer scheme
void sortable(bool enable); void sortable(bool enable);
///Sets a strict weak ordering comparer for a column ///Sets a strict weak ordering comparer for a column
void set_sort_compare(size_type col, std::function<bool(const std::string&, nana::any*, void set_sort_compare( size_type col,
const std::string&, nana::any*, bool reverse)> strick_ordering); std::function<bool(const std::string&, nana::any*, const std::string&, nana::any*, bool reverse)> strick_ordering);
/// sort() and ivalidate any existing reference from display position to absolute item, that is: after sort() display offset point to different items /// sort() and ivalidate any existing reference from display position to absolute item, that is: after sort() display offset point to different items
void sort_col(size_type col, bool reverse = false); void sort_col(size_type col, bool reverse = false);