- ApplyAllFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler) ApplyAllFn;
Undocumented in source.
- ClearAllFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler) ClearAllFn;
Undocumented in source.
- ReadInitFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler) ReadInitFn;
Undocumented in source.
- ReadLineFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler, void* entry, const(char)* line) ReadLineFn;
Undocumented in source.
- ReadOpenFn
void* function(ImGuiContext* ctx, ImGuiSettingsHandler* handler, const(char)* name) ReadOpenFn;
Undocumented in source.
- TypeHash
ImGuiID TypeHash;
Undocumented in source.
- TypeName
const(char)* TypeName;
Undocumented in source.
- UserData
void* UserData;
Undocumented in source.
- WriteAllFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* out_buf) WriteAllFn;
Undocumented in source.