diff options
author | chai <chaifix@163.com> | 2021-11-12 09:45:23 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-12 09:45:23 +0800 |
commit | bfbe1b31322030d0af6f4d010f578c0b3b3dde21 (patch) | |
tree | 493d0833e6fb9979df9519a77a0314ec59259c7c /Editor/GUI/ContainerWindow.h | |
parent | 8113eb9f4b1152c03ea7e4de632dcdde9b32b6bf (diff) |
*split window
Diffstat (limited to 'Editor/GUI/ContainerWindow.h')
-rw-r--r-- | Editor/GUI/ContainerWindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Editor/GUI/ContainerWindow.h b/Editor/GUI/ContainerWindow.h index 140748d..08f08fe 100644 --- a/Editor/GUI/ContainerWindow.h +++ b/Editor/GUI/ContainerWindow.h @@ -40,6 +40,8 @@ public: void DoPaint(); void Close(); + Vector2f GetSize(); + GET_SET(std::string, Name, m_Name); GET(HWND, WindowHandle, m_Window); @@ -77,6 +79,7 @@ private: LUA_BIND_DECL_METHOD(_SetTitle); LUA_BIND_DECL_METHOD(_SetIcon); LUA_BIND_DECL_METHOD(_DoPaint); + LUA_BIND_DECL_METHOD(_GetSize); }; |