Searched refs:CloseButton (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 1463 IMGUI_API bool CloseButton(ImGuiID id, const ImVec2& pos, float radius);
|
D | imgui_widgets.cpp | 662 bool ImGui::CloseButton(ImGuiID id, const ImVec2& pos, float radius) in CloseButton() function in ImGui 5005 if (CloseButton(window->GetID((void*)((intptr_t)id+1)), button_center, button_radius)) in CollapsingHeader() 6614 …if (CloseButton(close_button_id, ImVec2(bb.Max.x - frame_padding.x - close_button_sz, bb.Min.y + f… in TabItemLabelAndCloseButton()
|
D | imgui.cpp | 5384 …if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), r… in Begin()
|