TODO, Readme

(dropped TreeNode_NoIndent flag from todo, as it feels unnecessary)
This commit is contained in:
omar
2020-01-24 15:25:47 +01:00
parent b887259974
commit 4d4e3b97f4
5 changed files with 27 additions and 29 deletions

View File

@ -1664,7 +1664,7 @@ namespace ImGui
IMGUI_API void SetHoveredID(ImGuiID id);
IMGUI_API void KeepAliveID(ImGuiID id);
IMGUI_API void MarkItemEdited(ImGuiID id);
IMGUI_API void PushOverrideID(ImGuiID id);
IMGUI_API void PushOverrideID(ImGuiID id); // Push given value at the top of the ID stack (whereas PushID combines old and new hashes)
// Basic Helpers for widget code
IMGUI_API void ItemSize(const ImVec2& size, float text_baseline_y = -1.0f);