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

View File

@@ -26,6 +26,8 @@
#include <nana/gui/detail/element_store.hpp>
#include <nana/gui/detail/color_schemes.hpp>
#include <iostream> //use std::cerr
#ifndef WM_MOUSEWHEEL
#define WM_MOUSEWHEEL 0x020A
#endif

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)