diff options
author | crupest <crupest@outlook.com> | 2018-12-06 05:44:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-12-06 05:44:38 +0800 |
commit | 81fd0725d020e9f302c0d40fd5a5700d3dc871aa (patch) | |
tree | 1a99936949271641fbdfa3b4fb7ea448344164f7 /src/ui/window.hpp | |
parent | f0e2b2d3763dd100a5e9d6cda566724d2b7da965 (diff) | |
download | cru-81fd0725d020e9f302c0d40fd5a5700d3dc871aa.tar.gz cru-81fd0725d020e9f302c0d40fd5a5700d3dc871aa.tar.bz2 cru-81fd0725d020e9f302c0d40fd5a5700d3dc871aa.zip |
Done.
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r-- | src/ui/window.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp index 26d3fe40..e4c910e8 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -85,7 +85,7 @@ namespace cru::ui - class Window final : public Control + class Window final : public SingleChildControl { friend class WindowManager; public: @@ -102,6 +102,7 @@ namespace cru::ui explicit Window(tag_overlapped_constructor); Window(tag_popup_constructor, Window* parent, bool caption); + void BeforeCreateHwnd(); void AfterCreateHwnd(WindowManager* window_manager); public: |