Searched refs:CollapseButton (Results 1 – 3 of 3) sorted by relevance
1464 IMGUI_API bool CollapseButton(ImGuiID id, const ImVec2& pos);
691 bool ImGui::CollapseButton(ImGuiID id, const ImVec2& pos) in CollapseButton() function in ImGui
5376 if (CollapseButton(window->GetID("#COLLAPSE"), window->Pos)) in Begin()