Include dependency graph for xinput.h:

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

Go to the source code of this file.
Functions | |
| int | on_close_dialog (char *return_command, int returned_code) |
| int | run_xinput (int argc, char **argv) |
Variables | |
| int | nb_widgets |
| global_struct | widgets [NSTRUCT] |
| char | window_title [10][TITLELENGTH] |
| char | helpfilename [10][HLPFILELNGTH] |
| char | main_command [COMMANDLENGTH] |
| int on_close_dialog | ( | char * | return_command, | |
| int | returned_code | |||
| ) |
Definition at line 2061 of file xinput.c.
References sic_close_widget_board(), sic_open_widget_board(), sic_post_command_text(), sic_set_widget_def(), sic_set_widget_returned_code(), and sic_set_widget_returned_command().
Here is the call graph for this function:

| int run_xinput | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 2079 of file xinput.c.
References DialogFunc(), helpfilename, ISSAMEVARIABLE, main_command, sic_add_modified_variable_listener(), sic_close_widget_board(), sic_get_widget_def(), sic_get_widget_global_infos(), sic_open_widget_board(), update_variable(), and window_title.
Here is the call graph for this function:

| char helpfilename[10][HLPFILELNGTH] |
| char main_command[COMMANDLENGTH] |
| int nb_widgets |
Definition at line 47 of file win-dialogs.c.
| global_struct widgets[NSTRUCT] |
Definition at line 105 of file xinput.c.
Referenced by ChoiceSubclassProc(), DialogFunc(), EditSubclassProc(), MainWndProc(), and update_variable().
| char window_title[10][TITLELENGTH] |
1.5.1