]> git.lyx.org Git - lyx.git/blobdiff - src/lyx.h
Small fix.
[lyx.git] / src / lyx.h
index 7426edf78c54d9ae7c0ddb815d9c3a1e80386ed6..3d3f2aae8d48758dc2ca37eb85169a144b90546c 100644 (file)
--- a/src/lyx.h
+++ b/src/lyx.h
@@ -1,4 +1,4 @@
-/** Header file generated with fdesign on Mon Apr 12 19:09:42 1999.**/
+/** Header file generated with fdesign on Mon Jun 19 12:55:08 2000.**/
 
 #ifndef FD_form_title_h_
 #define FD_form_title_h_
@@ -22,6 +22,14 @@ 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 {
@@ -63,6 +71,7 @@ typedef struct {
        char *cdata;
        long  ldata;
        FL_OBJECT *browser_toc;
+       FL_OBJECT *toctype;
 } FD_form_toc;
 
 extern FD_form_toc * create_form_form_toc(void);
@@ -72,13 +81,35 @@ typedef struct {
        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_ */