MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / m_DrawThumbnailsGridView

Method m_DrawThumbnailsGridView

ImGuiFileDialog.cpp:4667–4673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4665}
4666
4667void IGFD::FileDialog::m_DrawThumbnailsGridView(ImVec2 vSize) {
4668 if (ImGui::BeginChild("##thumbnailsGridsFiles", vSize)) {
4669 // todo
4670 }
4671
4672 ImGui::EndChild();
4673}
4674
4675#endif
4676

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected