mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 10:40:48 +00:00
7390104c74
so now selection should work. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@821 a592a061-630c-0410-9148-cb99ea01b6c8
116 lines
2.8 KiB
C
116 lines
2.8 KiB
C
/** Header file generated with fdesign on Mon Jun 19 12:55:08 2000.**/
|
|
|
|
#ifndef FD_form_title_h_
|
|
#define FD_form_title_h_
|
|
|
|
/** Callbacks, globals and object handlers **/
|
|
extern "C" void TimerCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void FigureOKCB(FL_OBJECT *, long);
|
|
extern "C" void FigureApplyCB(FL_OBJECT *, long);
|
|
extern "C" void FigureCancelCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void ScreenOKCB(FL_OBJECT *, long);
|
|
extern "C" void ScreenApplyCB(FL_OBJECT *, long);
|
|
extern "C" void ScreenCancelCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void TocSelectCB(FL_OBJECT *, long);
|
|
extern "C" void TocCancelCB(FL_OBJECT *, long);
|
|
extern "C" void TocUpdateCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void RefUpdateCB(FL_OBJECT *, long);
|
|
extern "C" void RefHideCB(FL_OBJECT *, long);
|
|
extern "C" void RefSelectCB(FL_OBJECT *, long);
|
|
|
|
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);
|
|
|
|
|
|
/**** 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;
|
|
FL_OBJECT *toctype;
|
|
} 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;
|
|
FL_OBJECT *pageref;
|
|
FL_OBJECT *gotoref;
|
|
FL_OBJECT *ref_name;
|
|
FL_OBJECT *sort;
|
|
FL_OBJECT *vref;
|
|
FL_OBJECT *vpageref;
|
|
FL_OBJECT *prettyref;
|
|
FL_OBJECT *back;
|
|
} FD_form_ref;
|
|
|
|
extern FD_form_ref * create_form_form_ref(void);
|
|
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);
|
|
|
|
#endif /* FD_form_title_h_ */
|