#include <scilab/modules/gui/includes/men_scilab.h>
Data Fields | |
| char * | description |
| char ** | strings |
| int | nstrings |
| char ** | buttonname |
| int | nb |
| int | choice |
| char * | description |
| char ** | strings |
| char ** | buttonname |
| int | status |
Definition at line 39 of file men_scilab.h.
| char* ChooseMenu::description |
Definition at line 40 of file men_scilab.h.
Referenced by ChooseDlgProc(), ExposeChooseWindow(), and xchoose().
| char** ChooseMenu::strings |
Title
Definition at line 41 of file men_scilab.h.
Referenced by ChooseDlgProc(), ExposeChooseWindow(), and xchoose().
items
Definition at line 42 of file men_scilab.h.
Referenced by ChooseDlgProc(), ExposeChooseWindow(), and xchoose().
| char** ChooseMenu::buttonname |
number of items
Definition at line 43 of file men_scilab.h.
Referenced by ChooseDlgProc(), ExposeChooseWindow(), and xchoose().
number of buttons
Definition at line 45 of file men_scilab.h.
Referenced by ChooseDlgProc(), ExposeChooseWindow(), and xchoose().
| char* ChooseMenu::description |
Definition at line 34 of file wmen_scilab.h.
| char** ChooseMenu::strings |
Title
Definition at line 35 of file wmen_scilab.h.
| char** ChooseMenu::buttonname |
number of items
Definition at line 37 of file wmen_scilab.h.
number of selected item
Definition at line 40 of file wmen_scilab.h.
Referenced by ChooseDlgProc(), and ExposeChooseWindow().
1.5.1