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

Function IGFD_AddPlacesGroup

ImGuiFileDialog.cpp:5208–5213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5206}
5207
5208IGFD_C_API bool IGFD_AddPlacesGroup(ImGuiFileDialog* vContextPtr, const char* vGroupName, size_t vDisplayOrder, bool vCanBeEdited) {
5209 if (vContextPtr != nullptr) {
5210 return vContextPtr->AddPlacesGroup(vGroupName, vDisplayOrder, vCanBeEdited);
5211 }
5212 return false;
5213}
5214
5215IGFD_C_API bool IGFD_RemovePlacesGroup(ImGuiFileDialog* vContextPtr, const char* vGroupName) {
5216 if (vContextPtr != nullptr) {

Callers

nothing calls this directly

Calls 1

AddPlacesGroupMethod · 0.80

Tested by

no test coverage detected