fix issues that occur when expands/shrinks treebox
This commit is contained in:
@@ -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>&&);
|
||||
|
||||
Reference in New Issue
Block a user