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

View File

@ -677,7 +677,7 @@ the nana::detail::basic_window member pointer scheme
using cell = drawerbase::listbox::cell;
/// The options of exporting items into a string variable
using export_options= drawerbase::listbox::export_options;
using export_options = drawerbase::listbox::export_options;
/// The interface for user-defined inline widgets
using inline_notifier_interface = drawerbase::listbox::inline_notifier_interface;
@ -846,8 +846,8 @@ the nana::detail::basic_window member pointer scheme
void sortable(bool enable);
///Sets a strict weak ordering comparer for a column
void set_sort_compare(size_type col, std::function<bool(const std::string&, nana::any*,
const std::string&, nana::any*, bool reverse)> strick_ordering);
void set_sort_compare( size_type col,
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
void sort_col(size_type col, bool reverse = false);