guitable.c File Reference

#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


Define Documentation

#define ARGS_fbutn   char *,integer*,integer*

Definition at line 21 of file guitable.c.


Typedef Documentation

typedef integer*(*) fbutnf(ARGS_fbutn)

Definition at line 22 of file guitable.c.


Function Documentation

void C2F() fbutn ( char *  name,
integer win,
integer entry 
)

function call

Definition at line 36 of file guitable.c.

00037 {
00038         (*fbutnfonc)(name,win,entry);
00039 }

void C2F() fbutn ( ARGS_fbutn   ) 

Referenced by ScilabMenuAction(), and SelMenu().

Here is the caller graph for this function:

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().

00288 {
00289   
00290 }

Here is the caller graph for this function:


Variable Documentation

fbutnf fbutnfonc [static]

the current function fixed by setfbutn

Definition at line 32 of file guitable.c.

FTAB FTab_fbutn[]

Initial value:

{
        {"haltscicos", (voidf)  haltscicos},
        {(char *) 0, (voidf) 0}
}

Definition at line 10 of file guitable.c.


Generated on Sun Mar 4 15:56:25 2007 for Scilab [trunk] by  doxygen 1.5.1