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

Class IGFD_FileDialog_Config

ImGuiFileDialog.h:1053–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051typedef void (*IGFD_PaneFun)(const char*, void*, bool*); // callback fucntion for display the pane
1052
1053struct IGFD_FileDialog_Config {
1054 const char* path; // path
1055 const char* fileName; // defaut file name
1056 const char* filePathName; // if not empty, the filename and the path will be obtained from filePathName
1057 int32_t countSelectionMax; // count selection max
1058 void* userDatas; // user datas (can be retrieved in pane)
1059 IGFD_PaneFun sidePane; // side pane callback
1060 float sidePaneWidth; // side pane width};
1061 ImGuiFileDialogFlags flags; // ImGuiFileDialogFlags
1062};
1063IGFD_C_API struct IGFD_FileDialog_Config IGFD_FileDialog_Config_Get(); // return an initialized IGFD_FileDialog_Config
1064
1065struct IGFD_Selection_Pair {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected