SetNextWindowDockID
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1018
function M.SetNextWindowDockID(ImGuiID_dock_id, ImGuiCond_cond)
if ImGuiCond_cond == nil then ImGuiCond_cond = 0 end
imgui.SetNextWindowDockID(ImGuiID_dock_id, ImGuiCond_cond)
end
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
if ImGuiCond_cond == nil then ImGuiCond_cond = 0 end
imgui.SetNextWindowDockID(ImGuiID_dock_id, ImGuiCond_cond)
end
@/lua/ge/extensions/editor/flowgraph/execution.lua
self.alone = false
--im.SetNextWindowDockID(self.fgEditor.dockspaces["NE_RightBottomPanel_Dockspace"])
self:ExecutionView()
@/lua/ge/extensions/editor/flowgraph/nodelibrary.lua
--if not self.fgEditor.dockspaces["NE_RightTopPanel_Dockspace"] then self.fgEditor.dockspaces["NE_RightTopPanel_Dockspace"] = im.GetID1("NE_RightTopPanel_Dockspace") end
--im.SetNextWindowDockID(self.fgEditor.dockspaces["NE_RightTopPanel_Dockspace"])
-- if im.Begin('Node Library', self.windowOpen) then
@/lua/ge/extensions/editor/flowgraph/overview.lua
--im.SetNextWindowDockID(self.fgEditor.dockspaces["NE_LeftTopPanel_Dockspace"])
self:TreeView()
@/lua/ge/extensions/editor/flowgraph/main.lua
--im.PushStyleVar2(im.StyleVar_WindowPadding, im.ImVec2(6, 6))
im.SetNextWindowDockID(self.fgEditor.dockspaces["NE_Main_Dockspace"])
--im.PushStyleColor2(im.Col_TabActive ,prettyInfo.tabColor)
@/lua/ge/extensions/editor/vehicleDetailViewer.lua
-- GetWindowDockID
--im.SetNextWindowDockID(self.fgEditor.dockspaces["NE_Main_Dockspace"])
im.SetNextWindowSize(im.ImVec2(view.size.x, view.size.y), im.Cond_Appearing)