summaryrefslogtreecommitdiff
path: root/Editor/GUI/ContainerWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/GUI/ContainerWindow.h')
-rw-r--r--Editor/GUI/ContainerWindow.h3
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);
};