Merge branch 'hotfix-1.5.5' of https://github.com/qPCR4vir/nana into qPCR4vir-hotfix-1.5.5

This commit is contained in:
Jinhao
2017-10-29 02:13:30 +08:00
10 changed files with 156 additions and 24 deletions

View File

@@ -1,13 +1,15 @@
/*
/**
* A Treebox Implementation
* Nana C++ Library(http://www.nanapro.org)
* Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com)
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* (See accompanying file LICENSE or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* @file: nana/gui/widgets/treebox.cpp
* @file nana/gui/widgets/treebox.cpp
* @brief
*
*/
#include <nana/gui/widgets/treebox.hpp>
#include <nana/gui/widgets/scroll.hpp>