|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include "gui_internal.h"Go to the source code of this file.
Data Structures | |
| struct | config_tab_spec |
Typedefs | |
| typedef void(* | config_tab_draw_fn) (const DTTR_ImGuiDialogContext *ctx, config_ui_state *state) |
Functions | |
| bool | begin_tab_settings_table (const DTTR_ImGuiDialogContext *ctx, const char *id, float input_width) |
| void | draw_tabs (const DTTR_ImGuiDialogContext *ctx, config_ui_state *state) |
Variables | |
| static const config_tab_spec | CONFIG_TABS [] |
| typedef void(* config_tab_draw_fn) (const DTTR_ImGuiDialogContext *ctx, config_ui_state *state) |
Definition at line 3 of file gui_tabs.c.
| bool begin_tab_settings_table | ( | const DTTR_ImGuiDialogContext * | ctx, |
| const char * | id, | ||
| float | input_width ) |
Definition at line 13 of file gui_tabs.c.
References begin_settings_table(), ctx, and DTTR_CONFIG_UI_LABEL_W.
Referenced by draw_audio_tab(), draw_general_tab(), draw_graphics_tab(), and draw_modding_tab().
| void draw_tabs | ( | const DTTR_ImGuiDialogContext * | ctx, |
| config_ui_state * | state ) |
Definition at line 31 of file gui_tabs.c.
References CONFIG_TABS, ctx, config_tab_spec::draw, config_tab_spec::label, NULL, and state.
Referenced by draw_ui().
|
static |
Definition at line 21 of file gui_tabs.c.
Referenced by draw_tabs().