mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
TreeNode: extracted TreeNodeDrawLineToChildNode() for usage by custom widgets (#2920)
This commit is contained in:
@@ -3467,6 +3467,7 @@ namespace ImGui
|
||||
|
||||
// Widgets: Tree Nodes
|
||||
IMGUI_API bool TreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const char* label, const char* label_end = NULL);
|
||||
IMGUI_API void TreeNodeDrawLineToChildNode(const ImVec2& target_pos);
|
||||
IMGUI_API void TreePushOverrideID(ImGuiID id);
|
||||
IMGUI_API bool TreeNodeGetOpen(ImGuiID storage_id);
|
||||
IMGUI_API void TreeNodeSetOpen(ImGuiID storage_id, bool open);
|
||||
|
||||
Reference in New Issue
Block a user