Public Attributes | |
| int | type |
| int | window_id |
| char | label [LABELLENGTH] |
| char | variable [SICVLN] |
| char * | choice |
| char | userchoice [CHAINLENGTH] |
| size_t | length |
| char | choices [M_CHOICES][X_CHOLEN] |
| int | nchoices |
| int | mode |
Definition at line 93 of file sic_structures.h.
Definition at line 94 of file sic_structures.h.
Definition at line 95 of file sic_structures.h.
| char choice_struct::label[LABELLENGTH] |
Definition at line 96 of file sic_structures.h.
| char choice_struct::variable[SICVLN] |
Definition at line 97 of file sic_structures.h.
| char* choice_struct::choice |
| char choice_struct::userchoice[CHAINLENGTH] |
Definition at line 100 of file sic_structures.h.
Referenced by get_user_input(), MainWndProc(), update_variable(), and xgag_choice().
| size_t choice_struct::length |
| char choice_struct::choices[M_CHOICES][X_CHOLEN] |
Definition at line 102 of file sic_structures.h.
Referenced by update_variable(), and xgag_choice().
Definition at line 103 of file sic_structures.h.
Referenced by MainWndProc(), update_variable(), and xgag_choice().
1.5.1