listbox header functions are deprecated, use column_interface
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user