fix issues that occur when expands/shrinks treebox

This commit is contained in:
Jinhao
2017-02-20 03:41:04 +08:00
parent 9fa0bc2db9
commit 66be23c920
2 changed files with 114 additions and 132 deletions

View File

@@ -37,7 +37,7 @@ namespace nana
{
enum class component
{
begin, expender = begin, crook, icon, text, bground, end
begin, expander = begin, crook, icon, text, bground, end
};
struct node_image_tag
@@ -120,9 +120,6 @@ namespace nana
void check(node_type*, checkstate);
const tree_cont_type & tree() const;
tree_cont_type & tree();
void renderer(::nana::pat::cloneable<renderer_interface>&&);
const ::nana::pat::cloneable<renderer_interface>& renderer() const;
void placer(::nana::pat::cloneable<compset_placer_interface>&&);