summaryrefslogtreecommitdiff
path: root/Editor/GUI/EditorWindows.h
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/GUI/EditorWindows.h')
-rw-r--r--Editor/GUI/EditorWindows.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Editor/GUI/EditorWindows.h b/Editor/GUI/EditorWindows.h
index 78d9ca8..a8c96ad 100644
--- a/Editor/GUI/EditorWindows.h
+++ b/Editor/GUI/EditorWindows.h
@@ -153,6 +153,8 @@ private:
void ProcessEventMessages(UINT message, WPARAM wParam, LPARAM lParam);
bool SetRenderContext();
+ //-----------------------------------------------------------------
+
std::string m_Name;
ContainerWindow* m_ContainerWindow;
@@ -160,9 +162,11 @@ private:
HDC m_DC;
std::vector<LuaBind::MemberRef> m_EditorWindows;
-
+ LuaBind::MemberRef m_EditorWindow; // EditorWindow½Å±¾
LuaBind::MemberRef m_Script; // EditorWindow½Å±¾
+ //-----------------------------------------------------------------
+
LUA_BIND_DECL_CLASS(GUIWindow);
LUA_BIND_DECL_METHOD(_New);