1999-09-27 18:44:28 +00:00
|
|
|
/** Header file generated with fdesign on Mon Apr 12 19:09:42 1999.**/
|
|
|
|
|
|
|
|
#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
|
|
|
|
1999-10-19 15:06:30 +00:00
|
|
|
extern "C" void ScreenOKCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ScreenApplyCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ScreenCancelCB(FL_OBJECT *, long);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-10-19 15:06:30 +00:00
|
|
|
extern "C" void TocSelectCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void TocCancelCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void TocUpdateCB(FL_OBJECT *, long);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-10-19 15:06:30 +00:00
|
|
|
extern "C" void RefUpdateCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void RefHideCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void RefSelectCB(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);
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_screen;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *input_roman;
|
|
|
|
FL_OBJECT *input_sans;
|
|
|
|
FL_OBJECT *input_typewriter;
|
|
|
|
FL_OBJECT *input_font_norm;
|
|
|
|
FL_OBJECT *intinput_size;
|
|
|
|
} FD_form_screen;
|
|
|
|
|
|
|
|
extern FD_form_screen * create_form_form_screen(void);
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_toc;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *browser_toc;
|
2000-05-20 21:37:05 +00:00
|
|
|
FL_OBJECT *toctype;
|
1999-09-27 18:44:28 +00:00
|
|
|
} FD_form_toc;
|
|
|
|
|
|
|
|
extern FD_form_toc * create_form_form_toc(void);
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_ref;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *browser_ref;
|
|
|
|
FL_OBJECT *ref_name;
|
2000-05-19 16:46:01 +00:00
|
|
|
FL_OBJECT *sort;
|
|
|
|
FL_OBJECT *vref;
|
|
|
|
FL_OBJECT *vpageref;
|
|
|
|
FL_OBJECT *prettyref;
|
1999-09-27 18:44:28 +00:00
|
|
|
} FD_form_ref;
|
|
|
|
|
|
|
|
extern FD_form_ref * create_form_form_ref(void);
|
|
|
|
|
|
|
|
#endif /* FD_form_title_h_ */
|