| 15252 | } |
| 15253 | |
| 15254 | ImGuiDockNode::~ImGuiDockNode() |
| 15255 | { |
| 15256 | IM_DELETE(TabBar); |
| 15257 | TabBar = NULL; |
| 15258 | ChildNodes[0] = ChildNodes[1] = NULL; |
| 15259 | } |
| 15260 | |
| 15261 | int ImGui::DockNodeGetTabOrder(ImGuiWindow* window) |
| 15262 | { |
nothing calls this directly
no test coverage detected