| 5157 | } |
| 5158 | |
| 5159 | IGFD_C_API void IGFD_ClearFilesStyle(ImGuiFileDialog* vContextPtr) { |
| 5160 | if (vContextPtr != nullptr) { |
| 5161 | vContextPtr->ClearFilesStyle(); |
| 5162 | } |
| 5163 | } |
| 5164 | |
| 5165 | IGFD_C_API void SetLocales(ImGuiFileDialog* vContextPtr, const int vCategory, const char* vBeginLocale, const char* vEndLocale) { |
| 5166 | if (vContextPtr != nullptr) { |
nothing calls this directly
no test coverage detected