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