2000-08-14 05:24:35 +00:00
|
|
|
/** Header file generated with fdesign **/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#ifndef FD_form_title_h_
|
|
|
|
#define FD_form_title_h_
|
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
1999-10-19 15:06:30 +00:00
|
|
|
extern "C" void TimerCB(FL_OBJECT *, long);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-10-19 15:06:30 +00:00
|
|
|
extern "C" void FigureOKCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void FigureApplyCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void FigureCancelCB(FL_OBJECT *, long);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
extern "C" void ExternalTemplateCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ExternalBrowseCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ExternalEditCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ExternalViewCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ExternalUpdateCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ExternalOKCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ExternalCancelCB(FL_OBJECT *, long);
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_title;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *timer_title;
|
|
|
|
} FD_form_title;
|
|
|
|
|
|
|
|
extern FD_form_title * create_form_form_title(void);
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_figure;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *group_radio_fugre;
|
|
|
|
FL_OBJECT *radio_postscript;
|
|
|
|
FL_OBJECT *radio_inline;
|
|
|
|
} FD_form_figure;
|
|
|
|
|
|
|
|
extern FD_form_figure * create_form_form_figure(void);
|
2000-06-12 11:27:15 +00:00
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_external;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *templatechoice;
|
|
|
|
FL_OBJECT *filename;
|
|
|
|
FL_OBJECT *filenamebrowse;
|
|
|
|
FL_OBJECT *parameters;
|
|
|
|
FL_OBJECT *edit;
|
|
|
|
FL_OBJECT *view;
|
|
|
|
FL_OBJECT *update;
|
|
|
|
FL_OBJECT *ok;
|
|
|
|
FL_OBJECT *cancel;
|
|
|
|
FL_OBJECT *helptext;
|
|
|
|
} FD_form_external;
|
|
|
|
|
|
|
|
extern FD_form_external * create_form_form_external(void);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#endif /* FD_form_title_h_ */
|