mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
TreeNode: moved TreeNodeGetOpen() helper to public API. (#3823, #9251, #7553, #6754, #5423, #2958, #2079, #1947, #1131, #722)
Amend 0653a0d
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user