Merge branch 'feature-dock_create-rv' of https://github.com/leobackes/nana into leobackes-feature-dock_create-rv

This commit is contained in:
Jinhao
2016-05-11 08:20:20 +08:00
3 changed files with 15 additions and 10 deletions

View File

@@ -141,7 +141,7 @@ namespace nana
}
place& dock(const std::string& dockname, std::string factory_name, std::function<std::unique_ptr<widget>(window)> factory);
place& dock_create(const std::string& factory);
widget* dock_create(const std::string& factory);
private:
implement * impl_;
};