#include "FTables.h"Include dependency graph for guitable.c:

Go to the source code of this file.
Defines | |
| #define | ARGS_fbutn char *,integer*,integer* |
Typedefs | |
| typedef integer *(*) | fbutnf (ARGS_fbutn) |
Functions | |
| void | haltscicos (ARGS_fbutn) |
| void C2F() | fbutn (ARGS_fbutn) |
| void C2F() | setfbutn (char *name, int *rep) |
| void C2F() | fbutn (char *name, integer *win, integer *entry) |
Variables | |
| FTAB | FTab_fbutn [] |
| static fbutnf | fbutnfonc |
Definition at line 21 of file guitable.c.
Definition at line 22 of file guitable.c.
| void C2F() fbutn | ( | ARGS_fbutn | ) |
| void haltscicos | ( | ARGS_fbutn | ) |
| void C2F() setfbutn | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
Definition at line 285 of file x_test_loop.c.
Referenced by ScilabMenuAction(), and SelMenu().
Here is the caller graph for this function:

the current function fixed by setfbutn
Definition at line 32 of file guitable.c.
Initial value:
{
{"haltscicos", (voidf) haltscicos},
{(char *) 0, (voidf) 0}
}
Definition at line 10 of file guitable.c.
1.5.1