MCPcopy Create free account
hub / github.com/RenderKit/embree / PopColumnsBackground

Method PopColumnsBackground

tutorials/common/imgui/imgui_tables.cpp:3819–3829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3817}
3818
3819void ImGui::PopColumnsBackground()
3820{
3821 ImGuiWindow* window = GetCurrentWindowRead();
3822 ImGuiOldColumns* columns = window->DC.CurrentColumns;
3823 if (columns->Count == 1)
3824 return;
3825
3826 // Optimization: avoid PopClipRect() + SetCurrentChannel()
3827 SetWindowClipRectBeforeSetChannel(window, columns->HostBackupClipRect);
3828 columns->Splitter.SetCurrentChannel(window->DrawList, columns->Current + 1);
3829}
3830
3831ImGuiOldColumns* ImGui::FindOrCreateColumns(ImGuiWindow* window, ImGuiID id)
3832{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowReadFunction · 0.85
SetCurrentChannelMethod · 0.80

Tested by

no test coverage detected