use tabs
This commit is contained in:
parent
be59604a08
commit
cfcb776350
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user