MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / TreeNodeSetOpen

Method TreeNodeSetOpen

KBotExt/imgui/imgui_widgets.cpp:6068–6073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6066}
6067
6068void ImGui::TreeNodeSetOpen(ImGuiID id, bool open)
6069{
6070 ImGuiContext& g = *GImGui;
6071 ImGuiStorage* storage = g.CurrentWindow->DC.StateStorage;
6072 storage->SetInt(id, open ? 1 : 0);
6073}
6074
6075bool ImGui::TreeNodeUpdateNextOpen(ImGuiID id, ImGuiTreeNodeFlags flags)
6076{

Callers

nothing calls this directly

Calls 1

SetIntMethod · 0.80

Tested by

no test coverage detected