MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DockNodeGetHostWindowTitle

Function DockNodeGetHostWindowTitle

imgui_tiny_app/imgui/imgui.cpp:17819–17819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17817 static void DockNodeCalcSplitRects(ImVec2& pos_old, ImVec2& size_old, ImVec2& pos_new, ImVec2& size_new, ImGuiDir dir, ImVec2 size_new_desired);
17818 static bool DockNodeCalcDropRectsAndTestMousePos(const ImRect& parent, ImGuiDir dir, ImRect& out_draw, bool outer_docking, ImVec2* test_mouse_pos);
17819 static const char* DockNodeGetHostWindowTitle(ImGuiDockNode* node, char* buf, int buf_size) { ImFormatString(buf, buf_size, "##DockNode_%02X", node->ID); return buf; }
17820 static int DockNodeGetTabOrder(ImGuiWindow* window);
17821
17822 // ImGuiDockNode tree manipulations

Callers 2

DockNodeUpdateMethod · 0.85

Calls 1

ImFormatStringFunction · 0.85

Tested by

no test coverage detected