wait and close

This commit is contained in:
qPCR4vir
2016-03-02 14:08:14 +01:00
parent a2fd7f32c8
commit 3184022bf1
2 changed files with 12 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ namespace nana
template<typename Form, bool IsVisible = true>
using form_loader = detail::form_loader<Form, IsVisible>;
void exec(unsigned wait = 0, std::function<void()> = {});
void exec(unsigned wait = 0, std::function<void()> = {}, unsigned wait_end=0, form *fm= nullptr);
}//end namespace nana
#endif