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

Go to the source code of this file.
Classes | |
| struct | generic_struct |
| struct | show_struct |
| struct | chain_struct |
| struct | button_struct |
| struct | logic_struct |
| struct | file_struct |
| struct | choice_struct |
| struct | slider_struct |
| union | global_struct |
Defines | |
| #define | CHAINLENGTH 128 |
| #define | SICVLN 64 |
| #define | LABELLENGTH 80 |
| #define | COMMANDLENGTH 256 |
| #define | FILTERLENGTH 80 |
| #define | TITLELENGTH 256 |
| #define | TEXTLENGTH 256 |
| #define | HLPFILELNGTH 256 |
| #define | X_CHOLEN 32 |
| #define | M_CHOICES 128 |
| #define | NSTRUCT 256 |
| #define | SEPARATOR 1 |
| #define | LOGIC 2 |
| #define | BROWSER 3 |
| #define | CHOICE 4 |
| #define | SLIDER 5 |
| #define | CHAIN 6 |
| #define | SHOW 7 |
| #define | BUTTON 8 |
| #define BROWSER 3 |
Definition at line 22 of file sic_structures.h.
Referenced by EditSubclassProc(), get_user_input(), MainWndProc(), xgag_file(), and xgag_update().
| #define BUTTON 8 |
Definition at line 27 of file sic_structures.h.
Referenced by DialogFunc(), MainWndProc(), and xgag_button().
| #define CHAIN 6 |
Definition at line 25 of file sic_structures.h.
Referenced by EditSubclassProc(), get_user_input(), MainWndProc(), update_variable(), xgag_ch(), and xgag_update().
| #define CHAINLENGTH 128 |
Definition at line 9 of file sic_structures.h.
Referenced by xgag_ch(), xgag_choice(), xgag_file(), and xgag_update().
| #define CHOICE 4 |
Definition at line 23 of file sic_structures.h.
Referenced by get_user_input(), MainWndProc(), update_variable(), xgag_choice(), and xgag_update().
| #define COMMANDLENGTH 256 |
| #define FILTERLENGTH 80 |
| #define HLPFILELNGTH 256 |
| #define LABELLENGTH 80 |
| #define LOGIC 2 |
Definition at line 21 of file sic_structures.h.
Referenced by get_user_input(), MainWndProc(), update_variable(), xgag_logic(), and xgag_update().
| #define M_CHOICES 128 |
Definition at line 18 of file sic_structures.h.
| #define NSTRUCT 256 |
Definition at line 19 of file sic_structures.h.
Referenced by end_dialog(), get_user_input(), on_end_dialog(), update_variable(), and xgag_update().
| #define SEPARATOR 1 |
| #define SHOW 7 |
| #define SICVLN 64 |
| #define SLIDER 5 |
Definition at line 24 of file sic_structures.h.
Referenced by EditSubclassProc(), get_user_input(), MainWndProc(), update_variable(), xgag_slider(), and xgag_update().
| #define TEXTLENGTH 256 |
| #define TITLELENGTH 256 |
| #define X_CHOLEN 32 |
1.5.1