listbox header functions are deprecated, use column_interface

This commit is contained in:
Jinhao
2016-06-13 06:21:58 +08:00
parent 488f6ac88c
commit be59604a08
4 changed files with 599 additions and 422 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -512,12 +512,6 @@ namespace nana{ namespace widgets
const wchar_t* begin;
const wchar_t* end;
unsigned pixels;
/*
text_section() //deprecated
{
throw std::runtime_error("text_section default construction is forbidden.");
}
*/
text_section(const wchar_t* ptr, const wchar_t* endptr)
: begin(ptr), end(endptr)