EndGroup
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:245
function M.EndGroup() imgui.EndGroup() end
Callers
@/lua/ge/extensions/editor/flowgraph/main.lua
im.Dummy(im.ImVec2(im.GetContentRegionAvailWidth()-5,1))
im.EndGroup()
if im.IsItemClicked() then
@/lua/ge/extensions/editor/gen/ui.lua
end
im.EndGroup()
end
end
im.EndGroup()
end
buttonT(t, 'scope_'..scp, ctxt, cbg, nil, true)
im.EndGroup()
-- im.Unindent(30)
im.EndGroup()
-- im.tooltip('Clean-up!')
im.EndGroup()
end
im.EndGroup()
end
im.EndGroup()
end
im.EndGroup()
-- im.SameLine()
im.EndGroup()
end
@/lua/ge/extensions/editor/scriptAIManager.lua
--im.RadioButton2("Position error", graphType, 1)
--im.EndGroup()
@/lua/ge/extensions/editor/flowgraph/welcome.lua
end
im.EndGroup()
--im.EndChild()
-- solved it now by displaying invisible buttons.
im.EndGroup()
im.PopTextWrapPos()
im.EndGroup()
--im.EndChild()
@/lua/ge/extensions/flowgraph/nodes/debug/comment.lua
im.TextColored(self.textColorVec4,ffi.string(self.commentTitle))
im.EndGroup()
local cp = im.GetCursorPos()
im.TextColored(self.textColorVec4,self.commentText)
im.EndGroup()
ui_flowgraph_editor.EndNode()
im.TextColored(self.textColorVec4,self.commentTitle)
im.EndGroup()
@/lua/ge/extensions/editor/mainToolbar.lua
im.EndChild()
im.EndGroup()
im.EndGroup()
im.SameLine()
im.EndGroup()
im.SameLine()
im.EndGroup()
im.EndGroup() -- End right panel group
@/lua/ge/extensions/editor/flowgraph/search.lua
im.EndDisabled()
im.EndGroup()
if result.info then
@/lua/ge/extensions/tech/cameraPreview.lua
end
im.EndGroup()
if horizontalLayout[0] then im.SameLine() end
end
im.EndGroup()
if horizontalLayout[0] then im.SameLine() end
end
im.EndGroup()
end
@/lua/ge/extensions/editor/flowgraph/examples.lua
end
im.EndGroup()
self:arrowHelper(prePos, im.GetItemRectSize())
end
im.EndGroup()
self:arrowHelper(prePos, im.GetItemRectSize())
@/lua/ge/extensions/editor/gen/exp_meshexplorer.lua
-- im.Columns(0)
-- im.EndGroup()
-- im.Separator()
end
im.EndGroup()
-- im.Columns(0)
@/lua/ge/extensions/editor/gen/lib/ui.lua
end
im.EndGroup()
end
@/lua/ge/extensions/flowgraph/manager.lua
im.SetCursorPosX(im.GetCursorPosX() + 3 * uiscale)
im.EndGroup()
@/lua/ge/extensions/editor/rallyEditor/pacenotes/structuredForm.lua
end
im.EndGroup()
-- end direction radio buttons
@/lua/ge/extensions/editor/missionPlaybook/missionTreeViewer.lua
end
im.EndGroup()
@/lua/ge/extensions/editor/gen/exp_frame.lua
im.Text('AAA1')
im.EndGroup()
@/lua/ge/extensions/flowgraph/builder.lua
--im.EndHorizontal()
im.EndGroup()
im.PopID()
self.inputBeginPos = nil
im.EndGroup()
im.PopID()
--im.EndVertical()
im.EndGroup()
im.PopID()
--im.EndVertical()
im.EndGroup()
local itemRect = GetItemRect()
--im.EndHorizontal()
im.EndGroup()
--im.EndVertical()
im.EndGroup()
self.NodeRect = GetItemRect()
@/lua/ge/extensions/editor/flowgraph/nodelibrary.lua
im.EndDisabled()
im.EndGroup()
local hoverFun = nop
@/lua/ge/extensions/editor/api/gui.lua
imgui.PopStyleVar()
imgui.EndGroup()
else
uiHighlightedText(label, highlightText, textColor)
imgui.EndGroup()
if onRelease then
@/lua/ge/extensions/editor/terrainMaterialsEditor.lua
im.Checkbox("Use Side Projection##Diffuse", terrainMtlCopyProxy.useSideProjectionInput)
im.EndGroup()
im.Separator()
im.PopItemWidth()
im.EndGroup()
im.Separator()
im.PopItemWidth()
im.EndGroup()
im.Separator()
im.PopItemWidth()
im.EndGroup()
im.Separator()
@/lua/common/extensions/ui/imgui_custom_luaintf.lua
M.Dummy(M.ImVec2(width - M.GetCursorPosX(), 1))
M.EndGroup()
if M.IsItemHovered() then