TreeNode: moved TreeNodeGetOpen() helper to public API. (#3823, #9251, #7553, #6754, #5423, #2958, #2079, #1947, #1131, #722)

Amend 0653a0d
This commit is contained in:
ocornut
2026-02-23 22:18:38 +01:00
parent 14b4d8a625
commit f6e0953b38
3 changed files with 5 additions and 1 deletions

View File

@@ -294,7 +294,6 @@ void* GImGuiDemoMarkerCallbackUserData = NULL;
namespace ImGui
{
IMGUI_API void ShowFontAtlas(ImFontAtlas* atlas);
IMGUI_API bool TreeNodeGetOpen(ImGuiID storage_id);
IMGUI_API void TreeNodeSetOpen(ImGuiID storage_id, bool is_open);
}