Added some APIs to the widget class

This commit is contained in:
cnjinhao
2014-12-21 11:15:39 +08:00
parent e5aeb8420f
commit f62ad0aa9f
9 changed files with 120 additions and 86 deletions

View File

@@ -49,6 +49,11 @@ namespace nana
form::form(window owner, const rectangle& r, const appearance& apr)
: form_base_t(owner, false, r, apr)
{}
void form::modality() const
{
API::modal_window(handle());
}
//end class form
//class nested_form