Include dependency graph for win-dialogs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | MAX_NB_DIALOG 10 |
Functions | |
| void | on_end_dialog (void) |
| DWORD | MenuFunc (const char *tempfilename) |
| DWORD | DialogFunc (LPDWORD lpdwParam) |
| void | update_variable (sic_widget_def_t *widget) |
| #define MAX_NB_DIALOG 10 |
Definition at line 7 of file win-dialogs.h.
Referenced by DllMain(), MainWndProc(), and on_end_dialog().
| DWORD DialogFunc | ( | LPDWORD | lpdwParam | ) |
Definition at line 1036 of file win-dialogs.c.
References global_struct::button, BUTTON, dialoghelpname, global_struct::generic, IDWIN, index, INDEXCOM, nb_widgets, nmore, num_actions, button_struct::showlength, widgets, and generic_struct::window_id.
Referenced by run_xinput().
Here is the caller graph for this function:

| DWORD MenuFunc | ( | const char * | tempfilename | ) |
Definition at line 1424 of file win-dialogs.c.
References hInst, MyErrorHandler(), and screenwidth.
Here is the call graph for this function:

| void on_end_dialog | ( | void | ) |
Definition at line 1215 of file win-dialogs.c.
References curheight, ERR_CODE, firstpass, IDWIN, MAX_NB_DIALOG, nb_widgets, ncreate, nhelpwcreate, and NSTRUCT.
Referenced by end_dialog().
Here is the caller graph for this function:

| void update_variable | ( | sic_widget_def_t * | widget | ) |
Definition at line 1340 of file win-dialogs.c.
References global_struct::chain, CHAIN, global_struct::choice, CHOICE, choice_struct::choices, editwin, global_struct::generic, global_struct::logic, LOGIC, logicwin, slider_struct::min, choice_struct::nchoices, NSTRUCT, global_struct::slider, SLIDER, sliderwin, generic_struct::type, chain_struct::userchain, choice_struct::userchoice, logic_struct::userlogic, slider_struct::uservalue, generic_struct::variable, widgets, and slider_struct::width.
Referenced by run_xinput().
Here is the caller graph for this function:

1.5.1