summaryrefslogtreecommitdiff
path: root/Editor/GUI
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-05 14:25:39 +0800
committerchai <chaifix@163.com>2021-11-05 14:25:39 +0800
commit2b9621a46288532b352b7838f96aca80f971e3d1 (patch)
tree6131ef5484e4f6d4c14c541b65a107869e3b112e /Editor/GUI
parent6d5787d8da9ad1685864668dd4c3d6aa73a563db (diff)
*misc
Diffstat (limited to 'Editor/GUI')
-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);