#include <scilab/modules/gui/includes/men_choice.h>
Collaboration diagram for SciStuff:

Data Fields | |
| struct { | |
| char * name | |
| char * text | |
| int num_toggles | |
| int columns | |
| int(* function )() | |
| int default_toggle | |
| Widget label | |
| } | choice |
| SciData * | data |
| struct { | |
| char * name | |
| char * text | |
| int num_toggles | |
| int columns | |
| int(* function )() | |
| int default_toggle | |
| Widget label | |
| } | choice |
| SciData * | data |
| struct { | |
| char * name | |
| char * text | |
| int num_toggles | |
| int default_toggle | |
| } | choice |
| SciData * | data |
Definition at line 14 of file men_choice.h.
| char* SciStuff::name |
Definition at line 16 of file men_choice.h.
Referenced by choices_cmap(), MChoicePage(), SciChoiceCreate(), and SciChoiceFree().
| char* SciStuff::text |
Definition at line 17 of file men_choice.h.
Referenced by create_choices(), SciChoiceCreate(), and SciChoiceFree().
Definition at line 19 of file men_choice.h.
| int(* SciStuff::function)() |
Definition at line 21 of file men_choice.h.
Referenced by ExposePrintdialogWindow(), GetVal(), MChoicePage(), pttb(), and SciChoiceI().
| Widget SciStuff::label |
| struct { ... } SciStuff::choice |
Referenced by ExposePrintdialogWindow(), GetVal(), MChoicePage(), pttb(), and SciChoiceFree().
| char* SciStuff::name |
Definition at line 71 of file men_scilab.h.
| char* SciStuff::text |
Definition at line 72 of file men_scilab.h.
| struct { ... } SciStuff::choice |
Definition at line 79 of file men_scilab.h.
| char* SciStuff::name |
Definition at line 68 of file wmen_scilab.h.
| char* SciStuff::text |
Definition at line 69 of file wmen_scilab.h.
| struct { ... } SciStuff::choice |
Definition at line 73 of file wmen_scilab.h.
1.5.1