mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 19:59:46 +00:00
f4d7b803f3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@966 a592a061-630c-0410-9148-cb99ea01b6c8
63 lines
1.5 KiB
C
63 lines
1.5 KiB
C
/** Header file generated with fdesign **/
|
|
|
|
#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 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_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_ */
|