]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_citation.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / form_citation.h
index 7f38b5643fc6b58424c694285db473d047198f00..f2b94e7f632a9b511f5295df44564d0f9d4fa9f2 100644 (file)
@@ -1,34 +1,37 @@
-/** Header file generated with fdesign on Tue Jul 11 11:01:26 2000.**/
+// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
+/** Header file generated with fdesign **/
 
 #ifndef FD_form_citation_h_
 #define FD_form_citation_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormCitationInputCB(FL_OBJECT *, long);
-extern  "C" void C_FormCitationOKCB(FL_OBJECT *, long);
-extern  "C" void C_FormCitationCancelCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
-typedef struct {
-       FL_FORM *form_citation;
-       void *vdata;
-       char *cdata;
-       long  ldata;
-       FL_OBJECT *box;
-       FL_OBJECT *citeBrsr;
-       FL_OBJECT *bibBrsr;
-       FL_OBJECT *addBtn;
-       FL_OBJECT *delBtn;
-       FL_OBJECT *upBtn;
-       FL_OBJECT *downBtn;
-       FL_OBJECT *infoBrsr;
-       FL_OBJECT *style;
-       FL_OBJECT *textBefore;
-       FL_OBJECT *textAftr;
-       FL_OBJECT *ok;
-       FL_OBJECT *cancel;
-} FD_form_citation;
+struct FD_form_citation {
+       ~FD_form_citation();
 
+       FL_FORM *form;
+       FL_OBJECT *box;
+       FL_OBJECT *browser_cite;
+       FL_OBJECT *browser_bib;
+       FL_OBJECT *button_add;
+       FL_OBJECT *button_del;
+       FL_OBJECT *button_up;
+       FL_OBJECT *button_down;
+       FL_OBJECT *browser_info;
+       FL_OBJECT *choice_style;
+       FL_OBJECT *input_before;
+       FL_OBJECT *input_after;
+       FL_OBJECT *button_restore;
+       FL_OBJECT *button_ok;
+       FL_OBJECT *button_apply;
+       FL_OBJECT *button_cancel;
+};
 
 #endif /* FD_form_citation_h_ */