explore automatic GUI testing in VS2015, cmake and travis

local works vary good in windows with VS2015
This commit is contained in:
qPCR4vir
2016-03-01 18:59:57 +01:00
parent cbe6399008
commit 976b5ec275
4 changed files with 64 additions and 5 deletions

View File

@@ -15,6 +15,8 @@
#ifndef NANA_GUI_WVL_HPP
#define NANA_GUI_WVL_HPP
#include "programming_interface.hpp"
#include "screen.hpp"
#include "widgets/form.hpp"
@@ -58,6 +60,7 @@ namespace nana
template<typename Form, bool IsVisible = true>
using form_loader = detail::form_loader<Form, IsVisible>;
void exec();
void exec(unsigned wait = 0, std::function<void()> = {});
}//end namespace nana
#endif