summaryrefslogtreecommitdiff
path: root/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-08 09:23:38 +0800
committerchai <chaifix@163.com>2021-11-08 09:23:38 +0800
commit138d3f4d3d6e2aaf5ba34f89af15ef85ea074357 (patch)
tree31ca6e8ea6d2e960e8d35f801bd92555942822e2 /Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
parentefce5b6bd5c9d4f8214a71e0f7a7c35751710a4c (diff)
*misc
Diffstat (limited to 'Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp')
-rw-r--r--Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp b/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
index 0269b72..6c73116 100644
--- a/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
+++ b/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
@@ -1,6 +1,8 @@
#include "Editor/GUI/EditorWindows.h"
#include "Runtime/Math/Math.h"
+using namespace LuaBind;
+
LUA_BIND_REGISTRY(ContainerWindow)
{
LUA_BIND_REGISTER_METHODS(state,
@@ -13,14 +15,6 @@ LUA_BIND_REGISTRY(ContainerWindow)
LUA_BIND_POSTPROCESS(ContainerWindow)
{
- LUA_BIND_REGISTER_ENUM(state, "EShowMode",
- { "NormalWindow", ShowMode::kShowNormalWindow },
- { "ShowPopupMenu", ShowMode::kShowPopupMenu },
- { "Utility ", ShowMode::kShowUtility },
- { "NoShadow", ShowMode::kShowNoShadow },
- { "MainWindow", ShowMode::kShowMainWindow },
- { "AuxWindow", ShowMode::kShowAuxWindow }
- );
}
LUA_BIND_IMPL_METHOD(ContainerWindow, _SetTitle)